diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 14f75ea..08f2fee 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -10,7 +10,7 @@ "UNICODE", "_UNICODE" ], - "compilerPath": "D:/Program Files/mingw64/bin/gcc.exe", + "compilerPath": "D:/settings/mingw64/bin/gcc.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7e104ab..591eab3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "type": "shell", "label": "C/C++: gcc.exe 生成活动文件", - "command": "D:\\Program Files\\mingw64\\bin\\gcc.exe", + "command": "D:\\settings\\mingw64\\bin\\gcc.exe", "args": [ "-fdiagnostics-color=always",