update new window actions (#216514)

This commit is contained in:
Sandeep Somavarapu 2024-06-18 17:50:17 +02:00 committed by GitHub
parent 170d851e98
commit 9a9aa28374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -178,9 +178,9 @@ export class UserDataProfilesWorkbenchContribution extends Disposable implements
private registerOpenProfileSubMenu(): void {
MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
title: localize('open profile', "Open Profile"),
title: localize('New Profile Window', "New Window with Profile"),
submenu: OpenProfileMenu,
group: '2_open',
group: '1_new',
order: 4,
when: HAS_PROFILES_CONTEXT,
});

View file

@ -744,7 +744,7 @@ export class UserDataProfilesEditorModel extends EditorModel {
const newWindowAction = disposables.add(new Action(
'userDataProfile.newWindow',
localize('open new window', "Open"),
localize('open new window', "New Window"),
ThemeIcon.asClassName(Codicon.emptyWindow),
true,
() => this.openWindow(profile)