Skip to content

Commit 2803a86

Browse files
author
Benjamin Pasero
committed
labels - disable visibility for now
1 parent 6bbf94c commit 2803a86

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/vs/workbench/browser/labels.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ class ResourceLabelWidget extends IconLabel {
240240
}
241241

242242
notifyVisibilityChanged(visible: boolean): void {
243-
if (visible === this.isHidden) {
244-
this.isHidden = !visible;
245-
246-
if (visible && this.needsRedraw) {
247-
this.render(this.needsRedraw === Redraw.Basic ? false : true);
248-
this.needsRedraw = void 0;
249-
}
250-
}
243+
// if (visible === this.isHidden) {
244+
// this.isHidden = !visible;
245+
246+
// if (visible && this.needsRedraw) {
247+
// this.render(this.needsRedraw === Redraw.Basic ? false : true);
248+
// this.needsRedraw = void 0;
249+
// }
250+
// }
251251
}
252252

253253
notifyModelModeChanged(e: { model: ITextModel; oldModeId: string; }): void {

0 commit comments

Comments
 (0)