Use more explicit names for webview types

This commit is contained in:
Matt Bierner
2020-03-03 23:56:21 -08:00
parent 2b4e747f21
commit da59b13916
12 changed files with 43 additions and 43 deletions

View File

@@ -89,7 +89,7 @@ export class MainThreadEditorInsets implements MainThreadEditorInsetsShape {
const disposables = new DisposableStore();
const webview = this._webviewService.createWebview('' + handle, {
const webview = this._webviewService.createWebviewElement('' + handle, {
enableFindWidget: false,
}, {
allowScripts: options.enableScripts,