20 lines
422 B
JSON
20 lines
422 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "windows-gcc-x64",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"${GDK}/inc"
|
||
|
],
|
||
|
"browse": {
|
||
|
"limitSymbolsToIncludedHeaders": true,
|
||
|
"databaseFilename": ""
|
||
|
},
|
||
|
"cStandard": "${default}",
|
||
|
"cppStandard": "${default}",
|
||
|
"compilerPath": "gcc",
|
||
|
"intelliSenseMode": "windows-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|