We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
restoreView
1 parent 9b59b65 commit 31a28e7Copy full SHA for 31a28e7
1 file changed
extensions/ql-vscode/src/abstract-webview.ts
@@ -38,7 +38,7 @@ export abstract class AbstractWebview<ToMessage extends WebviewMessage, FromMess
38
public async restoreView(panel: WebviewPanel): Promise<void> {
39
this.panel = panel;
40
const config = await this.getPanelConfig();
41
- await this.setupPanel(panel, config);
+ this.setupPanel(panel, config);
42
}
43
44
protected get isShowingPanel() {
0 commit comments