vscode settings
This commit is contained in:
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"go.testFlags": [
|
||||
"-v"
|
||||
],
|
||||
"go.toolsEnvVars": {
|
||||
"GOPROXY": "https://goproxy.cn"
|
||||
},
|
||||
"go.useLanguageServer": true,
|
||||
"go.formatTool": "gofmt",
|
||||
"go.inferGopath": true,
|
||||
}
|
Reference in New Issue
Block a user