You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: