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

Ignore .pixi folder #4562

Open
tsoernes opened this issue Sep 24, 2024 · 1 comment
Open

Ignore .pixi folder #4562

tsoernes opened this issue Sep 24, 2024 · 1 comment

Comments

@tsoernes
Copy link

(with-eval-after-load 'lsp-mode
  (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.pixi$"))

The .pixi folder is related to the pixi package manger. It should not be watched.

@jcs090218
Copy link
Member

You can modify the variable lsp-file-watch-ignored-directories.

Feel free to open a PR for this! :)

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

No branches or pull requests

2 participants