Skip to content

Commit

Permalink
Revert exposing problems context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 authored and egamma committed Oct 31, 2017
1 parent 902a5f6 commit c97fa5f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace schema {
case 'editor/title': return MenuId.EditorTitle;
case 'editor/context': return MenuId.EditorContext;
case 'explorer/context': return MenuId.ExplorerContext;
case 'problems/context': return MenuId.ProblemsPanelContext;
case 'editor/title/context': return MenuId.EditorTitleContext;
case 'debug/callstack/context': return MenuId.DebugCallStackContext;
case 'scm/title': return MenuId.SCMTitle;
Expand Down Expand Up @@ -128,11 +127,6 @@ namespace schema {
type: 'array',
items: menuItem
},
'problems/context': {
description: localize('menus.problemsContext', "The problems panel context menu"),
type: 'array',
items: menuItem
},
'editor/title/context': {
description: localize('menus.editorTabContext', "The editor tabs context menu"),
type: 'array',
Expand Down

0 comments on commit c97fa5f

Please sign in to comment.