mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
fix #12933
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user