You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't contribute to statsBar when setting is off (microsoft#199592)
* various end game fixes
* added missing space
* better bool logic
* don't contribute problems when setting is off
* added problems visibility toggle to switch on
* fix merge conflic
* fix from PR comments, removing register
@@ -568,15 +568,33 @@ class MarkersStatusBarContributions extends Disposable implements IWorkbenchCont
568
568
){
569
569
super();
570
570
this.markersStatusItem=this._register(this.statusbarService.addEntry(this.getMarkersItem(),'status.problems',StatusbarAlignment.LEFT,50/* Medium Priority */));
0 commit comments