16 lines
397 B
JSON
16 lines
397 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "MinGW",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "${env:GCC_PATH}\\bin\\gcc.exe",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |