Skip to content
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

Early testing of forwarded ports UI #85926

Closed
2 tasks done
alexr00 opened this issue Dec 2, 2019 · 2 comments
Closed
2 tasks done

Early testing of forwarded ports UI #85926

alexr00 opened this issue Dec 2, 2019 · 2 comments

Comments

@alexr00
Copy link
Member

alexr00 commented Dec 2, 2019

ref: microsoft/vscode-remote-release#1777

Complexity: 3

You can enable the "Tunnels"(name not final, it will probably be called Forwarded Ports) view with "remote.forwardedPortsView.visible": true and then connecting to a remote (not WSL). It will show in the Remote Explorer view. The setting is temporary and for testing. If you add the setting after connecting you'll need to reload.

  • Verify that the "Tunnels" view shows somewhere under the targets view.
  • Verify that it only shows when you have the remote you are connected to in the drop down.
  • Verify that you can forward a port by using the "Add a Port..." tree item or the "+" in the view title.
  • Verify that the flow for forwarding a port makes sense.
  • Verify that the input box behaves in a way that you expect it to. See the "Rename" context menu command in the file Explorer for ideas.
  • Verify that the port is actually forwarded.
  • Verify that all of the context menu commands work in a way that you expect them to. Same for the inline commands.
@isidorn
Copy link
Contributor

isidorn commented Dec 3, 2019

My Win VM is in a bad state. Swaping platforms with @JacksonKearl hope that is ok.

@JacksonKearl
Copy link
Contributor

The above also apply to Windows. Also, not sure if this is a standard syntax, but in containers we use "2222:22" to say "forward remote port 22 to local port 2222. That could be nice to have as a way to specify what the local port should be.

@JacksonKearl JacksonKearl removed their assignment Dec 4, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants