We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ce942 commit 0765972Copy full SHA for 0765972
1 file changed
src/vs/workbench/browser/labels.ts
@@ -57,7 +57,6 @@ export class ResourceLabel extends IconLabel {
57
private registerListeners(): void {
58
this.extensionService.onReady().then(() => this.render(true /* clear cache */)); // update when extensions are loaded with potentially new languages
59
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
61
}
62
63
public setLabel(label: IEditorLabel, options?: IResourceLabelOptions): void {
0 commit comments