I know that there is an extension to this, but this extension open it in VSC, and when i try to open this on the web it isnt LivePreviwed. What should i do?
Thanks
I tried to install the extension but it isnt live previewing
I know that there is an extension to this, but this extension open it in VSC, and when i try to open this on the web it isnt LivePreviwed. What should i do?
Thanks
I tried to install the extension but it isnt live previewing
2
Answers
You can actually edit the
preview
target in the Live Preview extension settings.Or you can try a different extension like the Live Server extension.
Well, I like to have it through the node live-preview package instead of an extension.
You may achieve it in the following way::
node -v
in the terminal.npm install live-server -g
live-server
command in your terminal.