23 lines
578 B
JSON
23 lines
578 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"false=0",
|
|
"true=1"
|
|
],
|
|
"windowsSdkVersion": "10.0.22000.0",
|
|
"compilerPath": "C:/mingw64/bin/gcc.exe",
|
|
"cStandard": "c23",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |