Rename WebviewPanelHandle -> WebviewHandle

This commit is contained in:
Matt Bierner
2020-08-26 15:06:02 -07:00
parent 79d7a9569d
commit 7e4ccf1676
7 changed files with 52 additions and 52 deletions

View File

@@ -247,7 +247,7 @@ export class ExtHostCustomEditors implements extHostProtocol.ExtHostCustomEditor
async $resolveWebviewEditor(
resource: UriComponents,
handle: extHostProtocol.WebviewPanelHandle,
handle: extHostProtocol.WebviewHandle,
viewType: string,
title: string,
position: EditorViewColumn,