Updated config

This commit is contained in:
2025-02-11 17:37:34 +01:00
parent 483f1614a0
commit 8931c1696f
9 changed files with 83 additions and 36 deletions

View File

@ -30,13 +30,6 @@
"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,