提交 984a84ab 编写于 作者: A Alex Dima

Small tweaks

上级 94f6bb2c
......@@ -16,7 +16,7 @@ export function parse(text: string): any {
return data;
}
interface MarshalledObject {
export interface MarshalledObject {
$mid: number;
}
......
......@@ -421,6 +421,8 @@ export class WorkbenchShell {
serviceCollection.set(IExtensionEnablementService, extensionEnablementService);
this.toUnbind.push(extensionEnablementService);
serviceCollection.set(IRequestService, new SyncDescriptor(RequestService));
this.extensionService = instantiationService.createInstance(ExtensionService);
serviceCollection.set(IExtensionService, this.extensionService);
......@@ -437,8 +439,6 @@ export class WorkbenchShell {
this.contextViewService = instantiationService.createInstance(ContextViewService, this.container);
serviceCollection.set(IContextViewService, this.contextViewService);
serviceCollection.set(IRequestService, new SyncDescriptor(RequestService));
serviceCollection.set(IMarkerService, new SyncDescriptor(MarkerService));
serviceCollection.set(IModeService, new SyncDescriptor(WorkbenchModeServiceImpl));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册