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 });