提交 0e38ce80 编写于 作者: S Sandeep Somavarapu

adopt online services settings entry

上级 1f68acb3
......@@ -447,5 +447,5 @@ MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
id: VIEWLET_ID,
title: localize('showExtensions', "Extensions")
},
order: 2
order: 3
});
\ No newline at end of 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册