del: 删除vs配置

This commit is contained in:
TsMask
2024-05-11 19:00:52 +08:00
parent 486f2b51e2
commit 9522e6f879
2 changed files with 0 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
{
"recommendations": [
"codium.codium"
]
}

13
.vscode/settings.json vendored
View File

@@ -1,13 +0,0 @@
{
"go.toolsEnvVars": {
"GOARCH": "amd64",
"GOOS": "windows"
},
"go.testEnvVars": {
"GOARCH": "wasm",
"GOOS": "js"
},
"commentTranslate.hover.enabled": true,
"CodeGPT.apiKey": "OpenAI",
"CodeGPT.Autocomplete.enabled": true
}