mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 260 forks source link

Add option for 'Add Git Repository' in settings.json #793

Open nono313 opened 10 months ago

nono313 commented 10 months ago

Describe the feature that you'd like An option should be added to settings.json to allow adding a git repository like the 'Add git repository' command. When using sub-folder git repository and adding them manually, they often disappear after a reboot and need to be added again. Adding an option to specify a list of repositories to be added would be helpful in avoiding this manual step every time VS Code is started.

Additional context (optional) Maybe the 'Add git repository' command is supposed to be persistent, in which case a bug report might be needed instead of this feature request. Please let me know.