adopt online services settings entry

This commit is contained in:
Sandeep Somavarapu 2019-06-11 22:45:45 +02:00
parent 1f68acb368
commit 0e38ce807c
2 changed files with 11 additions and 2 deletions

View file

@ -447,5 +447,5 @@ MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
id: VIEWLET_ID,
title: localize('showExtensions', "Extensions")
},
order: 2
order: 3
});

View file

@ -775,6 +775,15 @@ MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
order: 2
});
MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
group: '2_configuration',
command: {
id: SETTINGS_EDITOR_COMMAND_FILTER_ONLINE,
title: nls.localize('onlineServices', "Online Services Settings")
},
order: 2
});
MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
group: '2_keybindings',
command: {
@ -790,7 +799,7 @@ MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
id: OpenGlobalKeybindingsAction.ID,
title: nls.localize('keyboardShortcuts', "Keyboard Shortcuts")
},
order: 3
order: 4
});
// Editor tool items