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

View File

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