We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74692e8 commit 0cf5ca9Copy full SHA for 0cf5ca9
src/commands/clone.ts
@@ -35,7 +35,7 @@ export const clone = async () => {
35
if (!selectFolder?.length)
36
return showUserMessage('Warn', 'Aborted as no folder was selected');
37
38
- const path = selectFolder[0].path;
+ const path = selectFolder[0].fsPath;
39
const repoName = parsedUrl.pathname.split('/')[2].replace('.git', '');
40
41
const newRepoName = await window.showInputBox({
0 commit comments