Skip to content

Commit ddd262c

Browse files
committed
disable lo on disposed window
1 parent 5f6a57e commit ddd262c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ function getRenderedContent(contentProvider: ConfluenceContentProvider, uri: vsc
3939
</html>`;
4040
}
4141
}, (reason) => {
42-
vscode.window.showErrorMessage(reason);
42+
// stop spam output channel
43+
// vscode.window.showErrorMessage(reason);
4344
});
4445
}
4546

0 commit comments

Comments
 (0)