22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"includePath": [
|
|
"~/esp/esp-idf/components/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"browse": {
|
|
"path": [
|
|
"~/esp/esp-idf/components/**",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": false
|
|
},
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |