{
"configurations": [
"name": "MinGW",
"intelliSenseMode": "gcc-x64",
"compilerPath": "${env:GCC_PATH}\\bin\\gcc.exe",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c11",
"cppStandard": "c++17"
}
"version": 4