PaletteSwitcher/.vscode/settings.json
2021-11-21 20:12:16 +01:00

6 lines
79 B
JSON

{
"go.toolsEnvVars": {
"GOOS":"js",
"GOARCH":"wasm"
}
}