mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Use native proxies for renderer <-> ext host RPC communication
This commit is contained in:
@@ -12,7 +12,7 @@ import { IMessageService, Severity } from 'vs/platform/message/common/message';
|
||||
import { ViewsRegistry } from 'vs/workbench/parts/views/browser/viewsRegistry';
|
||||
import { ITreeViewDataProvider, ITreeItem, TreeItemCollapsibleState } from 'vs/workbench/parts/views/common/views';
|
||||
|
||||
export class MainThreadTreeViews extends MainThreadTreeViewsShape {
|
||||
export class MainThreadTreeViews implements MainThreadTreeViewsShape {
|
||||
|
||||
private _proxy: ExtHostTreeViewsShape;
|
||||
|
||||
@@ -20,7 +20,6 @@ export class MainThreadTreeViews extends MainThreadTreeViewsShape {
|
||||
@IThreadService threadService: IThreadService,
|
||||
@IMessageService private messageService: IMessageService
|
||||
) {
|
||||
super();
|
||||
this._proxy = threadService.get(ExtHostContext.ExtHostTreeViews);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user