Open
Description
Is your feature request related to a problem? Please describe
Using VSCode Desktop, workspace listen ports less than 8000 are assigned a free high-numbered port on the local machine, instead of being mapped to the same port number as the workspace.
Describe the behaviour you'd like
Privileged ports opened in a workspace are assigned the same port number locally, if it's free.
Describe alternatives you've considered
This is supported in local-companion if you run it via sudo
.
In Codespaces, this works by prompting you inside VSCode to elevate your permissions, allowing it to bind the desired port.