17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"browse": {
|
|
"databaseFilename": "${default}",
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"name": "ROS",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |