We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b01984 commit 57d08cdCopy full SHA for 57d08cd
lsp-mode.el
@@ -366,6 +366,7 @@ the server has requested that."
366
"[/\\\\]\\.metals\\'"
367
"[/\\\\]target\\'"
368
"[/\\\\]\\.ccls-cache\\'"
369
+ "[/\\\\]\\.vs\\'"
370
"[/\\\\]\\.vscode\\'"
371
"[/\\\\]\\.venv\\'"
372
"[/\\\\]\\.mypy_cache\\'"
@@ -382,7 +383,9 @@ the server has requested that."
382
383
;; Bazel
384
"[/\\\\]bazel-[^/\\\\]+\\'"
385
;; CSharp
386
+ "[/\\\\]\\.cache[/\\\\]lsp-csharp\\'"
387
"[/\\\\]\\.meta\\'"
388
+ "[/\\\\]\\.nuget\\'"
389
;; Unity
390
"[/\\\\]Library\\'"
391
;; Clojure
0 commit comments