提交 9a8bdad9 编写于 作者: J Johannes Rieken

missing labels change

上级 6fc89a91
......@@ -69,6 +69,7 @@ export class ResourceLabel extends IconLabel {
this.toDispose.push(this.configurationService.onDidUpdateConfiguration(() => this.render(true /* clear cache */))); // update when file.associations change
this.toDispose.push(this.modelService.onModelModeChanged(e => this.onModelModeChanged(e))); // react to model mode changes
this.toDispose.push(this.decorationsService.onDidChangeDecorations(this.onFileDecorationsChanges, this)); // react to file decoration changes
this.toDispose.push(this.themeService.onThemeChange(() => this.render(false)));
}
private onModelModeChanged(e: { model: IModel; oldModeId: string; }): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册