29 lines
805 B
JSON
29 lines
805 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: g++.exe 生成活动文件",
|
|
"command": "C:\\Users\\Zengt\\Documents\\mingw32\\bin\\g++.exe",
|
|
"args": [
|
|
"-fdiagnostics-color=always",
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${workspaceFolder}\\build\\tmake.exe",
|
|
"-I${workspaceFolder}\\tomlplusplus"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "调试器生成的任务。"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |