We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b07085 + 3bbbad3 commit 1c781cbCopy full SHA for 1c781cb
1 file changed
extensions/git/src/commands.ts
@@ -450,6 +450,8 @@ export class CommandCenter {
450
return;
451
}
452
453
+ url = url.replace(/^\s*git\s+clone\s+/, '');
454
+
455
const config = workspace.getConfiguration('git');
456
let defaultCloneDirectory = config.get<string>('defaultCloneDirectory') || os.homedir();
457
defaultCloneDirectory = defaultCloneDirectory.replace(/^~/, os.homedir());
0 commit comments