-
-
Notifications
You must be signed in to change notification settings - Fork 542
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
🐛 Ignoring biome.json
configuration
#4038
Comments
PS: |
That's expected. Since you installed the extension first, the extension uses the bundled version with the defaults. Even after you add the configuration file, you would need to remove the bundled version. Generally, it's advice to install the CLI first, and then open the editor and install the extension |
Why is the bundled version not looking for the config file though? Also even if this is expected, it is not intuitive at all |
It should look for the configuration file. The issue here was different. OP created the configuration file after the extension started. The extension, when it starts, it spawns a server that looks for the configuration file, but if it doesn't find it, it uses its defaults. If you create a configuration file after the server started, you'll need to restart the server. I believe that's a limitation of the client that can't watch files that are created after the service starts. |
Ah, yes I see. My bad, I should have read it more carefully. Thank you for clarifying :) |
Environment information
What happened?
;
at the end of all code lines even though it's instructed in the configuration to avoid doing that.NOTE:
A few ideas:
Expected result
It should format the files according to the config file every time it's in the correct VS Code project / workspace / folder.
Code of Conduct
The text was updated successfully, but these errors were encountered: