-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
🐛 Plugin ignores overrides in config #2782
Closed
1 of 3 tasks
Labels
A-LSP
Area: language server protocol
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Comments
Is the configuration file in the root directory of your project? Does the CLI give you the same result? |
Yes, the config file is at the root directory. The CLI ignores the rule for the files specified in |
I'm able to reproduce the issue.
I'm moving this to the main repo, because this is most likely an LSP issue. |
nhedger
added
A-LSP
Area: language server protocol
S-Bug-confirmed
Status: report has been confirmed as a valid bug
labels
May 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-LSP
Area: language server protocol
S-Bug-confirmed
Status: report has been confirmed as a valid bug
VS Code version
1.88.1
Extension version
2.2.2
Biome version
1.7.0
Operating system
Description
If a lint rule is enabled in the main "linter" property in
biome.json
and then overridden for some files in theoverrides
list, this override is ignored by the plugin.Steps to reproduce
style/useEnumInitializers
).overrides
section and disable that same rule in there for some (or all) TypeScript files.biome.json:
VSCode config:
TypeScript file
test.ts
:Expected behavior
The file is saved without modification.
Does this issue occur when using the CLI directly?
No
Logs
No response
The text was updated successfully, but these errors were encountered: