Move compare selected up in tabs context menu (#221390)

pull/221403/head
Benjamin Christopher Simmonds 2024-07-10 18:47:25 +02:00 committed by GitHub
parent f6d98babbe
commit d033657ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ MenuRegistry.appendMenuItem(MenuId.OpenEditorsContext, {
});
MenuRegistry.appendMenuItem(MenuId.EditorTitleContext, {
group: '3_compare',
group: '1_compare',
order: 30,
command: compareSelectedCommand,
when: ContextKeyExpr.and(ResourceContextKey.HasResource, TwoEditorsSelectedInGroupContext, SelectedEditorsInGroupFileOrUntitledResourceContextKey)