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