This VS code extension adds an URI handler to quickly open a project from elsewhere (eg GitHub, GitLab, BitBucket). The name of the project must be present in recent items for this extension to find it. This is the structure of the URI:
Scheme | Authority | Path | Query |
---|---|---|---|
vscode:// |
timmoverlaan.uri-open-recent |
/open-or-clone |
?project=<PROJECT>&url=<GIT_URL> |
- Install this extension
- From VS Code: Open this repo on GitHub
- To VS Code: Open or clone this repo in VS Code
- Open (recent) project by URI
- Offer to clone project if not found in recents
It's recommended to call the URI from a third party application, eg from a browser.
Not applicable
- Open in VS Code (Chrome)