mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
💄
This commit is contained in:
@@ -450,10 +450,7 @@ export class CommandCenter {
|
||||
return;
|
||||
}
|
||||
|
||||
const match = /git\s+clone\s+(.*)/.exec(url);
|
||||
if (match) {
|
||||
url = match[1];
|
||||
}
|
||||
url = url.replace(/^\s*git\s+clone\s+/, '');
|
||||
|
||||
const config = workspace.getConfiguration('git');
|
||||
let defaultCloneDirectory = config.get<string>('defaultCloneDirectory') || os.homedir();
|
||||
|
||||
Reference in New Issue
Block a user