Replies: 1 comment 3 replies
-
Hey @chad-ding, you need some sort of port-forwarding service. Something that continuously scans the system to see whether any new ports have opened and that creates a new reverse proxy on the service layer (the last part is optional, as it depends on how you deploy your web IDE). Ideally this service would communicate with your IDE to display all available ports for easy access. Note that this is not trivial. I believe that Gitpod has an open source implementation of such a service somewhere. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just consider that develop a vue project via theia ide,after run "npm run serve" over terminal we can get a preview url,but how can i get the url inside ide then display it. currently i get from terminal log with regexp pattern, but it's absoule such a bad idea.
Beta Was this translation helpful? Give feedback.
All reactions