-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
It's impossible to configure actions "on formatting" in VS Code.
Only "on file save".
It would be much more convenient to be able to configure shortcuts to run "fixAll" command with Biome.
So far I need to use editor.action.fixAll command, but I have to choose Biome every time
{
"key": "shift+alt+f",
"command": "runCommands",
"when": "editorTextFocus",
"args": {
"commands": [
"editor.action.formatDocument",
"editor.action.fixAll",
]
},
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels