-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show 'Connect To Tunnel' on Welcome page in vscode.dev #179687
Comments
We now display "Connect via Remote Tunnels" in the start list entry on insiders.vscode.dev. It displays the list of existing tunnel options if signed in. |
Once a workspace has been opened via tunnel, it would show up in the I also considered adding a new |
Thanks for adding |
I was thinking that after the Connect to Tunnel... Office-PC Surface Listing them in Recent would also work, but it's not exactly a recent entry It was just an idea, of course it's not fitting right in the current getting started framework. |
Sounds good! IMO we want to keep the open list short and focus on the command that are most useful on the given platform. For the web that's open a tunnel or a remote repo. |
BTW, the welcome page now has hardcoded knowledge about the remote hub and tunnels extensions. It would be better if the list of additional open entries comes from I think with such a list (label, command id), you can also avoid special handling for the tunnel extension in |
Labels coming from product.json would not be localized. I'll create a debt item to have it be setup for localization before refactoring since the remoteHub command and labels have existed in OSS for a while and I don't want to break that localization |
Closing as fixed |
`Connect To Tunnel... should be prominently on the https://vscode.dev/ welcome page.
We want to explore if it's even possible to show the available tunnel names (if logged in)
The text was updated successfully, but these errors were encountered: