Skip to content

Commit 1f55f8f

Browse files
committed
todo
1 parent b9e25c4 commit 1f55f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class Editor {
7777
);
7878

7979
self.editor = editor;
80+
// TODO: Restructure Editor-related code so that only active editor has listener
8081
vscode.workspace.onDidChangeTextDocument(() => {
8182
if (!self.onChangeCallback) {
8283
return;

0 commit comments

Comments
 (0)