24 lines
546 B
JSON
24 lines
546 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}"
|
|
]
|
|
},
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |