Add status bar button to toggle check on save state

This commit is contained in:
Lukas Wirth 2023-08-12 08:25:51 +02:00
parent 33f9250d21
commit e76d20e072
6 changed files with 63 additions and 3 deletions

View file

@ -180,6 +180,7 @@ function createCommands(): Record<string, CommandFactory> {
ssr: { enabled: commands.ssr },
serverVersion: { enabled: commands.serverVersion },
viewMemoryLayout: { enabled: commands.viewMemoryLayout },
toggleCheckOnSave: { enabled: commands.toggleCheckOnSave },
// Internal commands which are invoked by the server.
applyActionGroup: { enabled: commands.applyActionGroup },
applySnippetWorkspaceEdit: { enabled: commands.applySnippetWorkspaceEditCommand },