Files
ros2bookcode/chapt2/.vscode/c_cpp_properties.json
2023-12-14 22:37:46 +08:00

17 lines
426 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/ros/${ROS_DISTRO}/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}