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 .turbo and .bsp to lsp-file-watch-ignored-directories #4668

Conversation

pradyuman
Copy link
Contributor

I'd like to add two new directories to the default lsp-file-watch-ignored-directories: .turbo and .bsp.

.turbo is the folder that turborepo uses to manage it's cache and store daemon logs. It's become a very popular build system in the JS/TS ecosystem and will likely continue to grow.

.bsp is the folder that the Build Server Protocol uses for its artifacts. It's been supported by sbt since sbt 1.4 in 2020 and has been the default for Metals since early 2023 (replacing bloop).

Both of these are common in their respective ecosystems so they feel like the right type of directory to include in the default ignore list. That said, happy to provide more context if necessary!

@kurnevsky kurnevsky merged commit 046e783 into emacs-lsp:master Jan 1, 2025
10 of 13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants