microsoft/vscode-remote-repositories-github

Provide a way to add a new GitHub repository from the Remote Explorer view

adriancuadrado opened this issue · 2 comments

In the Remote Explorer I don't see any option anywhere to open another GitHub repository once one is opened.

image

The "Remote - SSH" and "Remote - WSL" extensions are visually very similar, but they do include a button to add SSH and WSL targets:

image

Another way to change GitHub repositories without the command palette: you can click on the Remote Indicator in the bottom left corner and select 'Open Remote Repository' from the quickpick to switch to another GitHub repository.

image

👍 good point on aligning with other contributions to the Remote Explorer view.

  1. Containers has 'New Container'
    image
  2. SSH has 'Add New'
    image
  3. WSL has 'Add a Distro'
    image

The "+" of "add" button is one I really mis aswell