Select Git revision
c_cpp_properties.json
-
Montaño Sarria, Andres Felipe authoredMontaño Sarria, Andres Felipe authored
c_cpp_properties.json 608 B
{
"configurations": [
{
"browse": {
"databaseFilename": "",
"limitSymbolsToIncludedHeaders": true
},
"includePath": [
"/opt/ros/kinetic/include",
"/usr/include/**",
"${workspaceFolder}/../../devel/include",
"${workspaceFolder}/**"
],
"name": "Linux",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}