How to use the port forwarding function on the browser #260
Replies: 3 comments 2 replies
-
There is no such extensions yet for OpenVSCode Server. You will need to use your hoisting infrastructure, i.e. port forwarding features of Docker, SSH or proxies. It depends how you deploy it. Please try to search in other discussions. |
Beta Was this translation helpful? Give feedback.
-
I'm still looking for a solution for this, I just opened an issue #515 I mean, if it's doable with coder/code-server, why isn't it with gitpod-io/openvscode-server ? What's preventing that feature to be implemented? If we need to setup our own tunnel with SSH, how to know in advance which ports to map ? |
Beta Was this translation helpful? Give feedback.
-
I am trying to find a way to listen to the port forwarding event. But I didn't see it. I can create a server to expose the port in Kubernetes as ingress, but don't know how to get the listening port. Do you have any ideas? |
Beta Was this translation helpful? Give feedback.
-
I want to use latex workshop in my openvscode server, but when I want to see the pdf in openvscode, it needs to request a port like localhost:49123 . In vscode, there are a port forwarding function can forward requests to the server, for example localhost:49123 -> server:49123, so I can see the pdf in vscode. But in the openvscode, there are no port forwarding.
So, there are any extentions or onthers can Implement this port forwarding in openvscoe?
Beta Was this translation helpful? Give feedback.
All reactions