-
Hi! I am running wsl on windows via vscode. When I ran HTML + JS without using the remote connection, as I clicked the "Go Live" button at the bottom right, it'd open up a chrome browser. But now that I'm running on WSL:Ubuntu, it doesn't open up a browser automatically. However, it says at the bottom right that it's running on a certain port, I just don't know how to access it from windows. Can anyone please help? Will be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I figured it out. It won't open automatically. But I can type in "localhost:5500" in a browser and it works. Yipppieeee!! 5500 is my port number that vscode live server provides. Yours maybe a different number! |
Beta Was this translation helpful? Give feedback.
I figured it out. It won't open automatically. But I can type in "localhost:5500" in a browser and it works. Yipppieeee!! 5500 is my port number that vscode live server provides. Yours maybe a different number!