mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Git - explicitly open repository after initialized (#200957)
This commit is contained in:
@@ -876,6 +876,7 @@ export class CommandCenter {
|
||||
const choices = [open, openNewWindow];
|
||||
|
||||
if (!askToOpen) {
|
||||
await this.model.openRepository(repositoryPath);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user