You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature related or already mentioned on the wishlist?
No
In Python projects, both virtual environments and site-packages can easily be thousands of files, leading to slowdown or lsp-file-watcher warnings. I believe it'd be safe to add
"[/\\\\]site-packages\\'"
"[/\\\\].pyenv\\'"
to lsp-file-watch-ignored-directories and would be happy to submit a PR.
The text was updated successfully, but these errors were encountered:
In Python projects, both virtual environments and site-packages can easily be thousands of files, leading to slowdown or lsp-file-watcher warnings. I believe it'd be safe to add
to
lsp-file-watch-ignored-directories
and would be happy to submit a PR.The text was updated successfully, but these errors were encountered: