Skip to content

Commit

Permalink
Fix #37717
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Nov 6, 2017
1 parent 4cf4652 commit e0e5303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ToggleMarkersPanelAction extends TogglePanelAction {

export class ShowProblemsPanelAction extends Action {

public static ID = 'workbench.action.problems.show';
public static ID = 'workbench.action.problems.focus';
public static LABEL = Messages.MARKERS_PANEL_SHOW_LABEL;

constructor(id: string, label: string,
Expand Down

0 comments on commit e0e5303

Please sign in to comment.