16 lines
369 B
JSON
16 lines
369 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++14",
|
||
|
"intelliSenseMode": "clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|