22 lines
569 B
JSON
22 lines
569 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${default}",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.26100.0",
|
|
"cStandard": "c23",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"compilerPath": "C:/Program Files/mingw64/bin/gcc.exe"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |