2020-02-18 20:57:00 +08:00
|
|
|
{
|
|
|
|
"env": {
|
2020-02-19 17:54:57 +08:00
|
|
|
"myDefaultIncludePath": [
|
|
|
|
"${workspaceFolder}",
|
|
|
|
"${workspaceFolder}/include"
|
|
|
|
]
|
|
|
|
},
|
2020-02-18 20:57:00 +08:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"intelliSenseMode": "clang-x64",
|
|
|
|
"includePath": [
|
2020-02-19 17:54:57 +08:00
|
|
|
"${workspaceFolder}/**"
|
2020-02-18 20:57:00 +08:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang-3.9",
|
2020-02-19 17:54:57 +08:00
|
|
|
"compileCommands": "${workspaceFolder}/compile_commands.json"
|
2020-02-18 20:57:00 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|