Skip to content

Add support for cloning recursively by URL using Protocol Handler #133665

@jcolladosp

Description

@jcolladosp

Hi,
there's a really nice feature in VSCode that allows to clone and open a Git repo by using URIs and Protocol Handler API.
So we can use vscode://vscode.git/clone?url=https://github.com/microsoft/vscode to clone and open the project.

Also there's the option to clone a repository recursiverly from VScode using the command Git: Clone (Recursively)

I think it would be great to put together these two features and allow to clone recursively a git repository from an URL (allowing to pass options in the url).
Something like this: vscode://vscode.git/clone?url=https://github.com/microsoft/vscode&shouldRecurse=true

Thanks!

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitygitGIT issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions