Skip to content

Instantly share code, notes, and snippets.

@projectoperations
Created April 21, 2025 11:18
Show Gist options
  • Save projectoperations/829c791cb5a2176cf27a9fc3dabdf6c9 to your computer and use it in GitHub Desktop.
Save projectoperations/829c791cb5a2176cf27a9fc3dabdf6c9 to your computer and use it in GitHub Desktop.
repo launcher
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