Files
nms_cxy/.vscode/settings.json
2024-03-12 10:58:33 +08:00

11 lines
209 B
JSON

{
"go.toolsEnvVars": {
"GOARCH": "amd64",
"GOOS": "windows"
},
"go.testEnvVars": {
"GOARCH": "wasm",
"GOOS": "js"
},
"commentTranslate.hover.enabled": true
}