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 b9e25c4 commit 1f55f8fCopy full SHA for 1f55f8f
src/utils/editor.ts
@@ -77,6 +77,7 @@ export class Editor {
77
);
78
79
self.editor = editor;
80
+ // TODO: Restructure Editor-related code so that only active editor has listener
81
vscode.workspace.onDidChangeTextDocument(() => {
82
if (!self.onChangeCallback) {
83
return;
0 commit comments