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
In VS Code there is special API for integrating formatters. Take a look at registerDocumentFormattingEditProvider and registerDocumentRangeFormattingEditProvider. When using these functions to register a formatter, it will be called from the context menu format actions, the default keybindings, and they will automatically be part of the format on save feature. Migrating to that API should be simple and I there to answer questions
The text was updated successfully, but these errors were encountered:
In VS Code there is special API for integrating formatters. Take a look at
registerDocumentFormattingEditProvider
andregisterDocumentRangeFormattingEditProvider
. When using these functions to register a formatter, it will be called from the context menu format actions, the default keybindings, and they will automatically be part of the format on save feature. Migrating to that API should be simple and I there to answer questionsThe text was updated successfully, but these errors were encountered: