vscode settings

This commit is contained in:
Tnze
2019-08-09 15:00:13 +08:00
parent dac6580ff8
commit 48ed1cf234
2 changed files with 14 additions and 20 deletions

11
.vscode/settings.json vendored Normal file
View File

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