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 30cb42e commit f3ace8dCopy full SHA for f3ace8d
src/previewCode.ts
@@ -1,7 +1,9 @@
1
import * as vscode from 'vscode';
2
import { window } from 'vscode';
3
4
-const PREVIEW_COMMAND = `\x0C checkpoint_paste()`; // \x0C is Ctrl + L
+const PREVIEW_COMMAND = `\x0C checkpoint_paste()\x1b`;
5
+// \x0C: is Ctrl + L
6
+// \x1b: https://github.com/bhoov/manim-notebook/issues/18#issuecomment-2431146809
7
8
/**
9
* Whether the extension is currently executing a Manim command.
0 commit comments