-
Notifications
You must be signed in to change notification settings - Fork 1.3k
VS Code Desktop: Auto forward ports from .gitpod.yml (sometimes ports are not detected or shown) #8377
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
Comments
I'm not sure if this is helpful but I discovered a vscode settings 👀 "remote.SSH.defaultForwardedPorts": [
{
"localPort": 8080,
"name": "example",
"remotePort": 8080
}
], Related discussion on discord |
Thank you for the |
Cross referencing this comment, with user also mentioning that they don't see ports: |
@mustard-mh tried to reconfigure machine settings of VS Code to scan for all ports, but it does not seem to work @mustard-mh Could you summarise any additional findings here please? |
Right now we rely on Remote SSH for VS Code Desktop support for port forwarding. It seems to have some auto forwarding built-in but it does not work always. We also observed that some extensions seem to be able to forward ports as well. Since we have a Gitpod extension running in their server we could investigate auto forwarding of ports from .gitpod.yml as well.
The text was updated successfully, but these errors were encountered: