viperid/.vscode/settings.json
2024-04-27 12:16:04 -07:00

7 lines
116 B
JSON

{
// "go.lintTool": "golint"
"go.toolsEnvVars": {
"GOOS": "wasip1",
"GOARCH": "wasm"
}
}