{
"tasks": [
"type": "cppbuild",
"label": "Build Debug",
"command": "c++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${workspaceFolder}\\src\\main.cpp",
"-o",
"${workspaceFolder}\\build\\build.exe",
"-DDEBUG"
],
"options": {
"cwd": "${workspaceFolder}\\build\\"
},
"problemMatcher": [
"$gcc"
"group": {
"kind": "build",
"isDefault": false
"label": "Build \"Release\"",
"-static-libgcc",
"-static-libstdc++",
"-static"
"isDefault": true
}
"version": "2.0.0"