diff --git a/.gitignore b/.gitignore index 259148f..e9f417f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ *.exe *.out *.app + +.vscode/ +task.json +settings.json \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6f3c8cc..a43c84f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,7 +3,7 @@ { "type": "cppbuild", "label": "C/C++: g++.exe 生成活动文件", - "command": "e:\\mingw64\\bin\\g++.exe", + "command": "c:\\mingw64\\bin\\g++.exe", "args": [ "-fdiagnostics-color=always", "-g", @@ -12,7 +12,7 @@ "${fileDirname}\\${fileBasenameNoExtension}.exe" ], "options": { - "cwd": "e:\\mingw64\\bin" + "cwd": "c:\\mingw64\\bin" }, "problemMatcher": [ "$gcc" diff --git a/utils/Color b/utils/Color deleted file mode 100644 index 94c0e24..0000000 Binary files a/utils/Color and /dev/null differ