|
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |