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 56f0cef commit 4c5c15eCopy full SHA for 4c5c15e
src/leetCodePreviewProvider.ts
@@ -34,6 +34,7 @@ class LeetCodePreviewProvider implements Disposable {
34
});
35
this.panel.webview.html = await this.provideHtmlContent(node);
36
this.panel.title = node.name;
37
+ this.panel.reveal();
38
}
39
40
public dispose(): void {
0 commit comments