2018-10-02 18:50:37 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/src/include",
|
|
|
|
"${workspaceFolder}/contrib",
|
|
|
|
"${workspaceFolder}/contrib/examples/example_app",
|
|
|
|
"${workspaceFolder}/contrib/ports/unix/port/include",
|
|
|
|
"${workspaceFolder}/contrib/ports/unix/example_app"
|
|
|
|
],
|
|
|
|
"defines": [],
|
2018-10-04 15:33:51 +00:00
|
|
|
"intelliSenseMode": "gcc-x64",
|
2018-10-02 18:50:37 +00:00
|
|
|
"browse": {
|
|
|
|
"path": [
|
2018-10-04 15:33:51 +00:00
|
|
|
"${workspaceFolder}/**"
|
2018-10-02 18:50:37 +00:00
|
|
|
],
|
|
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
|
|
"databaseFilename": ""
|
|
|
|
},
|
2018-10-04 15:33:51 +00:00
|
|
|
"compilerPath": "/usr/bin/gcc",
|
2018-10-02 18:50:37 +00:00
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
2018-10-04 15:33:51 +00:00
|
|
|
}
|