23 lines
No EOL
604 B
JSON
23 lines
No EOL
604 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "MinGW",
|
|
"intelliSenseMode": "clang-x64",
|
|
"compilerPath": "C:/Program Files/LLVM/bin/gcc.exe",
|
|
"includePath": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"defines": [],
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": ""
|
|
},
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |