VX Code Extension Name: VSCode Browser Sync
jasonlhy.vscode-browser-sync
Author : jasonlhy
GIT Repo : https://github.com/Jasonlhy/VSCode-Br...
Usage:
open VS Code Prompt : the one with the less than symbol (I can't type it here due to youtube)
type browser mode "in proxy" they change the name sometimes keyword is : proxy
if a new browser tab does not open automatically
it starts in the 3000 series from 0-Zero
http://LocalDomain.com:3000/YourWebsi...
or - http://localhost:3000/YourWebsiteDIrectory/
so you just have to guess at the proxy number. If you have opened a few they will remain so if it doesn't work on the next site : start at 3000 and go up by 1 until you find your site
example:
http://localhost:3000/YourWebsiteDIrectory/
http://localhost:3001/YourWebsiteDIrectory/
http://localhost:3002/YourWebsiteDIrectory/
etc...