mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
clean up #24950
This commit is contained in:
@@ -203,11 +203,11 @@ export class CommandCenter {
|
||||
}
|
||||
|
||||
const config = workspace.getConfiguration('git');
|
||||
const cloneDirectory = config.get<string>('cloneDirectory') || os.homedir();
|
||||
const value = config.get<string>('defaultCloneDirectory') || os.homedir();
|
||||
|
||||
const parentPath = await window.showInputBox({
|
||||
prompt: localize('parent', "Parent Directory"),
|
||||
value: cloneDirectory,
|
||||
value,
|
||||
ignoreFocusOut: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user