提交 07659728 编写于 作者: B Benjamin Pasero

💄

上级 d2ce942b
......@@ -57,7 +57,6 @@ export class ResourceLabel extends IconLabel {
private registerListeners(): void {
this.extensionService.onReady().then(() => this.render(true /* clear cache */)); // update when extensions are loaded with potentially new languages
this.toDispose.push(this.configurationService.onDidUpdateConfiguration(() => this.render(true /* clear cache */))); // update when file.associations change
this.toDispose.push(this.contextService.onDidChangeWorkspaceRoots(() => this.render(true /* clear cache */))); // update when roots change
}
public setLabel(label: IEditorLabel, options?: IResourceLabelOptions): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册