🐛 Quick Fix does not provide option to disable rule #320
wesleylhandy
started this conversation in
Ideas
Replies: 2 comments
-
Is it just that particular rule or any rule? Can you provide a reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Autofix seems to work for autofixable code, however, for no errors or warnings can I disable biome. EsLint and Prettier will provide the ability disable rules via a comment via the Here is a repo with a few examples of code that do not provide the ability to disable a rule via a comment via the Quick Fix suggestions. https://github.com/wesleylhandy/vscode-biome-issue Any rule should be able to be disabled via Quick Fix, reasons aside. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
VS Code version
1.89
Extension version
2.2.2
Biome version
1.7.3
Operating system
Description
When Biome detects a lint warning or error, it used to allow a Quick Fix to disable the rule via a comment. No matter what settings I provide to VSCode, I am never given the option to disable.
Steps to reproduce
Below is a screenshot of the problem. No quick fixes available
settings.json
Expected behavior
I expect that any warning or error should provide the Quick Fix to disable the rule.
Does this issue occur when using the CLI directly?
Not sure / Not applicable
Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions