Move webview into browser

Fixes #79424

This file depends on dom api so it should live in browser instead of common
This commit is contained in:
Matt Bierner
2019-08-19 21:06:47 -07:00
parent c5dc9d16be
commit df0dd2edc2
15 changed files with 17 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ import { IExtensionService } from 'vs/workbench/services/extensions/common/exten
import { extHostNamedCustomer } from '../common/extHostCustomers';
import { IProductService } from 'vs/platform/product/common/product';
import { startsWith } from 'vs/base/common/strings';
import { Webview } from 'vs/workbench/contrib/webview/common/webview';
import { Webview } from 'vs/workbench/contrib/webview/browser/webview';
interface OldMainThreadWebviewState {
readonly viewType: string;