Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to exclude folders from being watched #2073

Open
1 of 2 tasks
griest024 opened this issue Jul 23, 2024 · 0 comments
Open
1 of 2 tasks

Add a way to exclude folders from being watched #2073

griest024 opened this issue Jul 23, 2024 · 0 comments
Labels

Comments

@griest024
Copy link

griest024 commented Jul 23, 2024

🚀 feature request

Description

A clear and concise description of the problem or missing capability...

The angular language server uses a lot of file watchers. In a fairly large workspace, vscode and the TS extension are using <100k watchers combined. The angular extension uses >350k watchers by itself.

I am able to ignore many directories in vscode's settings that drastically reduce the watchers used (namely .nx_cache). However the angular language server does not respect these settings. Deleting the directories that I feel should be ignored brought Angular's file watchers to around 30k.

Feature Type

  • Angular Language Service VSCode extension
  • Angular Language Service server

Describe the solution you'd like

I would like some way to configure the Angular extension such that certain directories of my choosing will be ignored and not have file watchers installed.

Describe alternatives you've considered

I've considered not using the Angular extension

Anything else relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant