Skip to content

Commit 0765972

Browse files
author
Benjamin Pasero
committed
💄
1 parent d2ce942 commit 0765972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/browser/labels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export class ResourceLabel extends IconLabel {
5757
private registerListeners(): void {
5858
this.extensionService.onReady().then(() => this.render(true /* clear cache */)); // update when extensions are loaded with potentially new languages
5959
this.toDispose.push(this.configurationService.onDidUpdateConfiguration(() => this.render(true /* clear cache */))); // update when file.associations change
60-
this.toDispose.push(this.contextService.onDidChangeWorkspaceRoots(() => this.render(true /* clear cache */))); // update when roots change
6160
}
6261

6362
public setLabel(label: IEditorLabel, options?: IResourceLabelOptions): void {

0 commit comments

Comments
 (0)