提交 58c72545 编写于 作者: I isidor

explorer: add decoration provider to disposables

microsoft/vscode-remote-release#1598
上级 e0729a52
......@@ -101,7 +101,7 @@ export class ExplorerView extends ViewletPanel {
this.resourceMoveableToTrash = ExplorerResourceMoveableToTrash.bindTo(contextKeyService);
const decorationProvider = new ExplorerDecorationsProvider(this.explorerService, contextService);
decorationService.registerDecorationsProvider(decorationProvider);
this._register(decorationService.registerDecorationsProvider(decorationProvider));
this._register(decorationProvider);
this._register(this.resourceContext);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册