chore: 更新编译器路径以匹配新的Mingw安装位置
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"compilerPath": "D:/Program Files/mingw64/bin/gcc.exe",
|
||||
"compilerPath": "D:/settings/mingw64/bin/gcc.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "windows-gcc-x64",
|
||||
|
||||
Reference in New Issue
Block a user