How to apply editor code actions on save only on biome.json's includes ?
#869
-
|
Hey there ! I have a rather complex Here's how :
ProblemWhenever I run my biome cli, my config is properly followed. But, when I try to add editor code actions on save with vscode, my whitelisting/blacklisting logic is simply ignored. It's an issue for the specific setting How can I ensure the same whitelisting/blacklisting logic for the vscode extension ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Actually, my config was wrong. I reworked my |
Beta Was this translation helpful? Give feedback.
Actually, my config was wrong.
I didn't understand vscode could not catch my includes from
files.I reworked my
biome.json, then vscode's instruction"source.fixAll.biome": "explicit", would run the assist actions as I expected :