Correctly set webview active state on restore

Fixes #145648
This commit is contained in:
Matt Bierner
2022-04-05 16:03:13 -07:00
parent a4ff080324
commit 32acfdde2a
5 changed files with 26 additions and 17 deletions

View File

@@ -866,6 +866,7 @@ export interface ExtHostWebviewPanelsShape {
state: any;
webviewOptions: IWebviewContentOptions;
panelOptions: IWebviewPanelOptions;
active: boolean;
},
position: EditorGroupColumn,
): Promise<void>;