Skip to content

Commit

Permalink
fix #12933
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Oct 4, 2016
1 parent 9e91f0a commit e499b26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ class StatusBarItem implements IStatusbarItem {

Dom.addClass(label, 'task-statusbar-item-label');
element.appendChild(label);
element.title = nls.localize('problems', "Problems");

Dom.addClass(error, 'task-statusbar-item-label-error');
error.innerHTML = '0';
Expand Down

0 comments on commit e499b26

Please sign in to comment.