How to show content in simple browser dynamically #291
Unanswered
abhijeet-1110
asked this question in
Q&A
Replies: 3 comments
-
Do you run on localhost or over https? Make sure to run in secure context, webviews are not working over http. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@akosyakov over HTTPS. manually I am able to run, but I am not able to run dynamically. My requirement is if I run nodejs project as 3000 it automatically launch simple browser like gitpod |
Beta Was this translation helpful? Give feedback.
0 replies
-
Gitpod has custom VS Code extension which does it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running this project using this commands
tar -xzf openvscode-server-v1.63.0-linux-x64.tar.gz
cd openvscode-server-v1.63.0-linux-x64
./server.sh
In gitpod while the port is running it shows output in a simple browser. It is not working while i am running.
Can u help me need to change anything from my side.
Beta Was this translation helpful? Give feedback.
All reactions