This commit is contained in:
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -19,7 +19,19 @@
|
||||
"trimPath": true,
|
||||
"currentPreset": "production"
|
||||
},
|
||||
"go.toolsEnvVars": {},
|
||||
"go.toolsEnvVars": {
|
||||
"GOROOT": "/usr/local/go",
|
||||
"GOPATH": "/root/go",
|
||||
"PATH": "/usr/local/go/bin:/root/go/bin:${env:PATH}",
|
||||
"GOCACHE": "/workspace/.cache/go-build",
|
||||
"GOMODCACHE": "/workspace/.cache/gomod",
|
||||
"XDG_CACHE_HOME": "/workspace/.cache"
|
||||
},
|
||||
"go.alternateTools": {
|
||||
"go": "/usr/local/go/bin/go",
|
||||
"gopls": "/root/go/bin/gopls"
|
||||
},
|
||||
"go.useLanguageServer": true,
|
||||
"goBuild.zcli.enabled": false,
|
||||
"cSpell.words": ["struc"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user