25 lines
637 B
JSON
Executable File
25 lines
637 B
JSON
Executable File
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${default}",
|
|
"/usr/include/**"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerArgs": [
|
|
""
|
|
],
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|