Revert "debugToolbar -> debugToolBar"

This reverts commit e7ca7d5889.
This commit is contained in:
Martin Aeschlimann
2019-03-22 17:30:57 +01:00
parent 73fc966280
commit 9bb443d153
6 changed files with 31 additions and 32 deletions

View File

@@ -34,8 +34,7 @@ namespace schema {
case 'explorer/context': return MenuId.ExplorerContext;
case 'editor/title/context': return MenuId.EditorTitleContext;
case 'debug/callstack/context': return MenuId.DebugCallStackContext;
case 'debug/toolbar': return MenuId.DebugToolBar;
case 'debug/toolBar': return MenuId.DebugToolBar;
case 'debug/toolbar': return MenuId.DebugToolbar;
case 'menuBar/file': return MenuId.MenubarFileMenu;
case 'scm/title': return MenuId.SCMTitle;
case 'scm/sourceControl': return MenuId.SCMSourceControl;
@@ -139,8 +138,8 @@ namespace schema {
type: 'array',
items: menuItem
},
'debug/toolBar': {
description: localize('menus.debugToolBar', "The debug toolbar menu"),
'debug/toolbar': {
description: localize('menus.debugToolbar', "The debug toolbar menu"),
type: 'array',
items: menuItem
},