Skip to content

Commit

Permalink
Leaking event listener (fix #207447) (#207477)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Mar 12, 2024
1 parent 454eb4f commit 57f10c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class StatusBarColorProvider implements IWorkbenchContribution {
if (e.affectsConfiguration('debug.enableStatusBarColor') || e.affectsConfiguration('debug.toolBarLocation')) {
this.update();
}
});
}, this.disposables);
this.update();
}

Expand Down

0 comments on commit 57f10c1

Please sign in to comment.