-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enable biome only when biome.json is present gives error #59
Comments
It's a limitation of zed extensions at this time. There is currently no other way of canceling the server start, except by throwing an error. If there if a better approach, PRs are welcome. Otherwise, if you want to actually only enable the language_server in specific projects, follow this guide: |
The |
Is there a tracking issue for this? |
I don't think so. |
I did make an issue on the Zed repository. |
Have you tried |
Instead of |
I followed the docs to only Enable biome only when biome.json is present. And I added the following code to my config.
Now I expected Biome to be disabled on projects without a config file.
But instead I get the following error;
The text was updated successfully, but these errors were encountered: