Clone repo doesn't work

Issue Description

Empty Qoder. When I click on Clone Repo, nothing happens.

Steps to Reproduce

Open Qoder with no project or close the folder of a project. Then click on Clone Repo.

Expected Behavior

Should auth with GitHub. After that should use the command palette or top bar to show available repos, then select. Prompt to say to open or open a new instance

Actual Behavior

Nothing happens. Developer tools show:

ERR command ‘git.clone’ not found: Error: command ‘git.clone’ not found
at dDt._tryExecuteCommand (vscode-file://vscode-app/c:/Users/SFRANCISCO/AppData/Local/Programs/Qoder/resources/app/out/vs/workbench/workbench.desktop.main.js:1863:1985)
at dDt.executeCommand (vscode-file://vscode-app/c:/Users/SFRANCISCO/AppData/Local/Programs/Qoder/resources/app/out/vs/workbench/workbench.desktop.main.js:1863:1883)

Screenshots / Screen Recordings

N/A

Operating System

Windows 11

Current Qoder Version (Menu → About Qoder → Copy)

0.1.15

It might be that your Git extension hasn’t activated properly. You can check this by following these steps:
Open the Command Palette and run “Show Running Extensions” to see if the Git extension is running. If it is, check the output panel (Git) for any logs or error messages.