{ "git.ignoreLimitWarning": true, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/*.code-search": true, "vendor/": true }, "go.lintTool": "golangci-lint", "go.lintFlags": ["--fast"], "go.buildTags": "test", "eslint.workingDirectories": ["./web"], "prettier.ignorePath": "./web/.prettierignore", // Auto fix "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "never" } }