From 0f2dfd7456643cfb234e64d94b2b216b7ced3116 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 27 Mar 2018 09:23:14 -0700 Subject: [PATCH] Fix #46712 --- .../parts/search/electron-browser/search.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/parts/search/electron-browser/search.contribution.ts b/src/vs/workbench/parts/search/electron-browser/search.contribution.ts index 8470d739618..cffdcc6151d 100644 --- a/src/vs/workbench/parts/search/electron-browser/search.contribution.ts +++ b/src/vs/workbench/parts/search/electron-browser/search.contribution.ts @@ -252,7 +252,7 @@ MenuRegistry.appendMenuItem(MenuId.SearchContext, { title: toggleSearchViewPositionLabel }, when: Constants.SearchViewVisibleKey, - group: 'search', + group: 'search_2', order: 3 }); -- GitLab