You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other formatter plugins I've downloaded tie their action to the editor.action.formatSelection/editor.action.formatDocument, but this one provides its own command. This wouldn't be an issue if you keep the default mapping, but I've mapped my format document command to have a different keybinding which results in vscode not knowing what formatter to use. It might be nice to have it map to whatever keybinding the user has set for formatting files.
The text was updated successfully, but these errors were encountered:
I assigned mine to the default Shift+Alt+F hotkey and used a when condition so this hotkey is only active when the language is set to SQL which prevents the SQL formatter from overwriting other formats. Works perfect.
Other formatter plugins I've downloaded tie their action to the editor.action.formatSelection/editor.action.formatDocument, but this one provides its own command. This wouldn't be an issue if you keep the default mapping, but I've mapped my format document command to have a different keybinding which results in vscode not knowing what formatter to use. It might be nice to have it map to whatever keybinding the user has set for formatting files.

The text was updated successfully, but these errors were encountered: