提交 5e943b77 编写于 作者: J Johannes Rieken

debt - lazy clipboard service

上级 c0bddd3f
......@@ -332,7 +332,7 @@ export class Workbench extends Disposable implements IPartService {
serviceCollection.set(IPartService, this);
// Clipboard
serviceCollection.set(IClipboardService, new ClipboardService());
serviceCollection.set(IClipboardService, new SyncDescriptor(ClipboardService));
// Status bar
this.statusbarPart = this.instantiationService.createInstance(StatusbarPart, Identifiers.STATUSBAR_PART);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册