ros2-docs/code-snippets/ros2 node templete/.vscode/c_cpp_properties.json

17 lines
410 B
JSON
Raw Permalink Normal View History

2024-11-27 01:37:59 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/ros/foxy/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}