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

@@ -253,7 +253,7 @@ export class ExtHostCustomEditors implements extHostProtocol.ExtHostCustomEditor
viewType: string,
initData: {
title: string;
webviewOptions: extHostProtocol.IWebviewOptions;
webviewOptions: extHostProtocol.IWebviewContentOptions;
panelOptions: extHostProtocol.IWebviewPanelOptions;
},
position: EditorGroupColumn,