Updated config
This commit is contained in:
parent
dc1cdda40e
commit
160e362c1d
12 changed files with 58 additions and 47 deletions
|
@ -30,6 +30,13 @@
|
|||
"gitProjectManager.openInNewWindow": false,
|
||||
"gitProjectManager.storeRepositoriesBetweenSessions": false,
|
||||
"go.gopath": "~/.local/share/go",
|
||||
"go.lintFlags": [
|
||||
"--fast",
|
||||
"--enable-all",
|
||||
"--disable",
|
||||
"cyclop,depguard,dupl,dupword,errname,exhaustruct,forbidigo,forcetypeassert,funlen,gochecknoglobals,gochecknoinits,gocognit,gocyclo,godot,gofumpt,lll,mnd,nestif,nlreturn,paralleltest,varnamelen,wrapcheck,wsl",
|
||||
],
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"godotTools.editorPath.godot4": "/usr/bin/godot",
|
||||
"godotTools.lsp.serverPort": 6005,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue