Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c5c15e

Browse files
committed
Reveal the preview panel
1 parent 56f0cef commit 4c5c15e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/leetCodePreviewProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class LeetCodePreviewProvider implements Disposable {
3434
});
3535
this.panel.webview.html = await this.provideHtmlContent(node);
3636
this.panel.title = node.name;
37+
this.panel.reveal();
3738
}
3839

3940
public dispose(): void {

0 commit comments

Comments
 (0)