-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
🐛 biome lsp won't let go of package.json file #5002
Comments
Biome LSP is very generic, and works for every client that supports it. I have never faced such issue in VSCode, Zed and IntelliJ. Is it possible that it's neovim/Mason doing something weird? |
Certainly, I just don't quite know where to start looking... |
It's weird that it happens only with the package.json and not the other files though 🤔 |
Okay so I just uninstalled the This issue can probably be closed. Thanks for the help...and my apologies for the wasted time. |
No worries! |
No apologies needed! |
Environment information
What happened?
Prerequisites:
biome
lspSteps:
biome
recognizes, like a TypeScript fileYou'll see the following error:
Use any process explorer to find the
biome.exe
process still running and still has a hold of package.json.Expected result
The
biome
lsp should not hold onto the packge.json (or any file), and I should be able to run any git operation.Code of Conduct
The text was updated successfully, but these errors were encountered: