Provide context on which repository is being cloned (#158324)

This commit is contained in:
Joyce Er
2022-08-16 16:11:28 -07:00
committed by GitHub
parent cdd5ab7142
commit e1628628a8

View File

@@ -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")
});