We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b416d3 commit 0117331Copy full SHA for 0117331
apps/vscode/src/providers/editor/toggle.ts
@@ -140,7 +140,7 @@ export async function reopenEditorInVisualMode(
140
);
141
});
142
// save, which will trigger `onDidSaveTextDocument`
143
- await commands.executeCommand("workbench.action.files.save")
+ await commands.executeCommand("workbench.action.files.save");
144
}
145
146
0 commit comments