initial commit
This commit is contained in:
28
.vscode/settings.json
vendored
Normal file
28
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"go.useLanguageServer": true,
|
||||
"go.vetOnSave": "package",
|
||||
"go.lintOnSave": "package",
|
||||
"go.formatTool": "goimports",
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintFlags": [
|
||||
"--fast"
|
||||
],
|
||||
|
||||
"[go]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
}
|
||||
},
|
||||
|
||||
"comment": {
|
||||
"description": "Uncomment to enable goproxy and gosumdb."
|
||||
"go.toolsEnvVars": {
|
||||
"GOPROXY": "https://example.com/goproxy/",
|
||||
"GOSUMDB": "sum.golang.org https://example.com/gosum/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user