提交 f68e91c0 编写于 作者: I isidor

commands: special group for search

上级 7b0a1cd3
......@@ -220,8 +220,8 @@ CommandsRegistry.registerCommand({
});
MenuRegistry.appendMenuItem(MenuId.ExplorerContext, {
group: 'navigation',
order: 50,
group: '4_search',
order: 10,
command: {
id: FIND_IN_FOLDER_ID,
title: nls.localize('findInFolder', "Find in Folder...")
......@@ -230,8 +230,8 @@ MenuRegistry.appendMenuItem(MenuId.ExplorerContext, {
});
MenuRegistry.appendMenuItem(MenuId.ExplorerContext, {
group: 'navigation',
order: 20,
group: '4_search',
order: 10,
command: {
id: FIND_IN_WORKSPACE_ID,
title: nls.localize('findInWorkspace', "Find in Workspace...")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册