Skip to content

Commit

Permalink
fix order (#170290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Dec 30, 2022
1 parent dac00ad commit 9484694
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -274,7 +274,7 @@ export class UserDataProfilesWorkbenchContribution extends Disposable implements
id: ManageProfilesSubMenu,
group: '2_manage_current',
when: PROFILES_ENABLEMENT_CONTEXT,
order: 1
order: 3
}, {
id: MenuId.CommandPalette
}
Expand Down

0 comments on commit 9484694

Please sign in to comment.