microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.57k stars 267 forks source link

Port forwarding should support an IPv6 remote address as input #10008

Open SchulteMK opened 4 weeks ago

SchulteMK commented 4 weeks ago

Steps to Reproduce:

  1. connect to remote machine
  2. try to port forward a port of an IPv6 address to a local port

You cannot enter an IPv6 address + Port combination in the remote port field. You can successfully put an IPv4 address + Port combination in that field. If you define a hostname for that IPv6 address in /etc/hosts, you totally can proxy/redirect IPv6 traffic.

The GUI just does not allow an IPv6 address as input.

VSCodeTriageBot commented 3 weeks ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!