20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "D:\\GNU\\mingw64\\bin\\gcc.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |