Skip to content

Commit

Permalink
Add to lsp-file-watch-ignored-directories (emacs-lsp#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
fang-ling authored May 24, 2023
1 parent de9e0a6 commit c8bbdb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ the server has requested that."
"[/\\\\]\\.venv\\'"
"[/\\\\]\\.mypy_cache\\'"
"[/\\\\]\\.pytest_cache\\'"
;; Swift Package Manager
"[/\\\\]\\.build\\'"
;; Python
"[/\\\\]__pycache__\\'"
;; Autotools output
Expand Down

0 comments on commit c8bbdb8

Please sign in to comment.