Align ext host name with internal name

This commit is contained in:
Matt Bierner
2021-11-09 16:47:00 -08:00
parent 18c65446d5
commit 6902a65a76
7 changed files with 20 additions and 20 deletions

View File

@@ -281,7 +281,7 @@ export class ExtHostWebviewPanels implements extHostProtocol.ExtHostWebviewPanel
initData: {
title: string;
state: any;
webviewOptions: extHostProtocol.IWebviewOptions;
webviewOptions: extHostProtocol.IWebviewContentOptions;
panelOptions: extHostProtocol.IWebviewPanelOptions;
},
position: EditorGroupColumn