mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01: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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user