2020-12-14 15:21:17 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
2020-12-17 09:39:45 +00:00
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"${workspaceFolder}/base"
|
2020-12-14 15:21:17 +00:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
"cStandard": "c17",
|
|
|
|
"cppStandard": "c++14",
|
|
|
|
"intelliSenseMode": "clang-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|