mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
chore: Ignore bazel in search and quick-open vscode (#59011)
This commit is contained in:
parent
1479042333
commit
1e8f3c09ff
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -11,7 +11,8 @@
|
||||
"**/.cache": true,
|
||||
"**/.nyc_output": true,
|
||||
"doc/_resources/assets": true,
|
||||
"**/.eslintcache": true
|
||||
"**/.eslintcache": true,
|
||||
"bazel*/**": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/*.scss.d.ts": true
|
||||
@ -49,7 +50,9 @@
|
||||
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
||||
"editor.codeActionsOnSave": {},
|
||||
"eslint.codeActionsOnSave.mode": "problems",
|
||||
"eslint.options": { "cache": true },
|
||||
"eslint.options": {
|
||||
"cache": true
|
||||
},
|
||||
"eslint.workingDirectories": ["./dev/release", "./client/*"],
|
||||
"go.lintTool": "golangci-lint",
|
||||
"shellformat.flag": "-i 2 -ci",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user