mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Move webview editor into own module
This splits the core `webview` element services from the `webview` editor services.
This commit is contained in:
@@ -199,6 +199,7 @@ import 'vs/workbench/contrib/url/browser/url.contribution';
|
||||
|
||||
// Webview
|
||||
import 'vs/workbench/contrib/webview/browser/webview.contribution';
|
||||
import 'vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution';
|
||||
import 'vs/workbench/contrib/webviewView/browser/webviewView.contribution';
|
||||
import 'vs/workbench/contrib/customEditor/browser/customEditor.contribution';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user