1
0
Files
omc_api/.vscode/settings.json
2023-10-10 10:56:44 +08:00

11 lines
209 B
JSON

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