Git - explicitly open repository after initialized (#200957)

This commit is contained in:
Ladislau Szomoru 2023-12-15 14:53:18 +01:00 committed by GitHub
parent 81546fb355
commit e8e04769ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -876,6 +876,7 @@ export class CommandCenter {
const choices = [open, openNewWindow];
if (!askToOpen) {
await this.model.openRepository(repositoryPath);
return;
}