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 29b8754 commit ead806eCopy full SHA for ead806e
src/extension.ts
@@ -38,7 +38,7 @@ function getRenderedContent(contentProvider: ConfluenceContentProvider, uri: vsc
38
</body>
39
</html>`;
40
}
41
- }, (reason) => {
+ }, () => {
42
// stop spam output channel
43
// vscode.window.showErrorMessage(reason);
44
});
0 commit comments