This commit is contained in:
Sandeep Somavarapu
2024-08-20 17:25:53 +02:00
committed by GitHub
parent eadfc7e154
commit 9e560ad042
@@ -272,7 +272,7 @@ export class UserDataProfilesWorkbenchContribution extends Disposable implements
private registerNewWindowAction(profile: IUserDataProfile): IDisposable {
const disposables = new DisposableStore();
const id = `workbench.action.openProfile.${profile.name.toLowerCase().replace('/\s+/', '_')}`;
const id = `workbench.action.openProfile.${profile.name.replace('/\s+/', '_')}`;
disposables.add(registerAction2(class NewWindowAction extends Action2 {