18 lines
478 B
JSON
18 lines
478 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"${workspaceFolder}"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++14",
|
||
|
"intelliSenseMode": "linux-clang-x64",
|
||
|
"configurationProvider": "ms-vscode.makefile-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|