microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.28k stars 29.31k forks source link

Git: Support submodule management #52700

Open DavidASolis opened 6 years ago

DavidASolis commented 6 years ago

Feature Request

Add support for the git submodule commands from within VS Code.

Currently submodules are supported, but only if the submodules are created via git cli.

Examples: git submodule init git submodule update git submodule summary

etc...

I think the most important ones would be add, init, and update

Currently running ver. 1.24.1

vscodebot[bot] commented 6 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

Ayplow commented 6 years ago

I mean, sure that functionality would be great to have, but surely adding things like remote configuration are far more needed at the moment? What makes these commands useful to have in the GUI?

mchugh19 commented 5 years ago

It's not the end of the world either way, but right now you can perform a git clone from the command bar, but you are not able to run a git submodule add. I would expect full git support to also include similar functionality.