mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
Fix #46712
This commit is contained in:
@@ -252,7 +252,7 @@ MenuRegistry.appendMenuItem(MenuId.SearchContext, {
|
||||
title: toggleSearchViewPositionLabel
|
||||
},
|
||||
when: Constants.SearchViewVisibleKey,
|
||||
group: 'search',
|
||||
group: 'search_2',
|
||||
order: 3
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user