mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Provide context on which repository is being cloned (#158324)
This commit is contained in:
@@ -488,6 +488,7 @@ export class CommandCenter {
|
||||
canSelectFolders: true,
|
||||
canSelectMany: false,
|
||||
defaultUri: Uri.file(defaultCloneDirectory),
|
||||
title: localize('selectFolderTitle', "Choose a folder to clone {0} into", url),
|
||||
openLabel: localize('selectFolder', "Select Repository Location")
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user