From 612c974427207ec77b4feacfff3a3a0501398313 Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Tue, 3 Feb 2026 19:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 2 +- .vscode/tasks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",