Files
go-mc/.vscode/settings.json
2019-08-09 15:00:13 +08:00

11 lines
209 B
JSON

{
"go.testFlags": [
"-v"
],
"go.toolsEnvVars": {
"GOPROXY": "https://goproxy.cn"
},
"go.useLanguageServer": true,
"go.formatTool": "gofmt",
"go.inferGopath": true,
}