Files
ros2-encoder/.vscode/c_cpp_properties.json
2024-12-18 12:29:19 +01:00

21 lines
511 B
JSON

{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": false
},
// "includePath": [
// "/opt/ros/jazzy/include/**",
// "/usr/include/libserial"
// ],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}