-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Add elevation message to ports UI #113990
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
Conversation
|
Is there anything that I need do to get this working? I'm currently using vscode insiders and I still can't forward lower ports (like 80 and 443). |
|
@SamuelMoraesF This change just added an option for Remote extensions to support using privileged ports. There are currently no Remote extensions that have done the necessary implementation to add this support. Which remote extension are you using? |
|
@alexr00 I have the same problem currently and really need this feature. I am currently using the Microsoft Remote - SSH extension. https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh |
|
@alexr00 I'm using docker containers ( |
|
@chrmarti and @roblourens FYI there are requests to use privileged local ports when doing port forwarding in remote containers. To accomplish this, you would need to implement a |
|
@alexr00 When the resolver does not have a tunnel factory, could the core implement elevation? Maybe there is also a way to share that with the tunnel factory if there is one. (Remote-Containers currently does not have a tunnel factory.) |
|
That should be possible. Feature request: microsoft/vscode-remote-release#4589 |
This change allows remote extension to handle elevation if they want.
Fixes microsoft/vscode-remote-release#3922