In GitLab, when you click on the blue "Clone" button you will see several options:
- Clone with SSH
- Clone with HTTPS
- Open in your IDE
The "Open in your IDE" section shows the option "Visual Studio Code", which is a url of the following form:
vscode://vscode.git/clone?url=<url_encoded url pointing to the .git repository>
I am unable to find any documentation in the VSCode website. What other options are supported by VSCode apart from vscode://vscode.git/clone?url=... ? Where can I find more information about this?
By "Options" I mean methods (
GET/POST), servers (vscode.git), endpoints (clone?...) and parameters (url=...)
