"refactor(vscode): 移除Go工具链的GCC编译器配置"

This commit is contained in:
1
2025-12-17 02:47:53 +00:00
parent 8e52b26251
commit 1acf4edc1e

View File

@@ -18,7 +18,5 @@
"trimPath": false,
"currentPreset": "dev"
},
"go.toolsEnvVars": {
"CC": "C:\\TDM-GCC-64\\bin\\gcc.exe"
}
"go.toolsEnvVars": {}
}