{
"tasks": [
"type": "cppbuild",
"label": "Compile",
"command": "C:/Project/mingw64/bin/g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"-fexec-charset=GB2312",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "C:/Project/mingw64/bin"
},
"problemMatcher": [
"$gcc"
"group": "build",
"detail": "编译器: C:/Project/mingw64/bin/g++.exe"
}
"version": "2.0.0"