|
|
@ -2,8 +2,6 @@
|
|
|
|
"tasks": [
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "cppbuild",
|
|
|
|
"type": "cppbuild",
|
|
|
|
"label": "C/C++: g++.exe 生成活动文件",
|
|
|
|
|
|
|
|
"command": "D:\\mingw64\\bin\\g++.exe",
|
|
|
|
|
|
|
|
"label": "C/C++: g++.exe build active file",
|
|
|
|
"label": "C/C++: g++.exe build active file",
|
|
|
|
"command": "C:\\mingw64\\bin\\g++.exe",
|
|
|
|
"command": "C:\\mingw64\\bin\\g++.exe",
|
|
|
|
"args": [
|
|
|
|
"args": [
|
|
|
@ -23,7 +21,6 @@
|
|
|
|
"kind": "build",
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"detail": "调试器生成的任务。"
|
|
|
|
|
|
|
|
"detail": "Task generated by Debugger."
|
|
|
|
"detail": "Task generated by Debugger."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|