mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Split main thread webview views to own file
This commit is contained in:
@@ -97,7 +97,6 @@ export class MainThreadCustomEditors extends Disposable {
|
||||
throw new Error(`Provider for ${viewType} already registered`);
|
||||
}
|
||||
|
||||
|
||||
const disposables = new DisposableStore();
|
||||
|
||||
disposables.add(this._customEditorService.registerCustomEditorCapabilities(viewType, {
|
||||
|
||||
Reference in New Issue
Block a user