Created
April 21, 2025 11:18
-
-
Save projectoperations/829c791cb5a2176cf27a9fc3dabdf6c9 to your computer and use it in GitHub Desktop.
repo launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-repo-launcher README | |
Features | |
This extensions allows you to clone a github repo and launch vscode just by clicking a link. The link must be in the following format: | |
vscode://QuetzalSoftware.github-repo-launcher/open?repo=<REPO_NAME>&owner=<OWNER_GITHUB_USERNAME> | |
For example launch this git training repo. | |
This is the link: | |
vscode://QuetzalSoftware.github-repo-launcher/open?repo=hellogitworld&owner=githubtraining | |
Requirements | |
This extensions requires git to be installed. It also requires Windows users to have WSL enabled and Ubuntu installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment