11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"go.testFlags": [
|
|
"-v"
|
|
],
|
|
"go.toolsEnvVars": {
|
|
"GOPROXY": "https://goproxy.cn"
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"go.formatTool": "gofmt",
|
|
"go.inferGopath": true,
|
|
} |