Try installing other version of live preview which is six months or older. It worked for me.

Try installing other version of live preview which is six months or older. It worked for me.

I was having the same issue from the start of installing Live Preview. Updating VScode seemed to have fix the issue. You may need to update the VScode application:
- Click the little gear icon found at the bottom of the left side bar (the "Manage" button, under the profile icon).
- There, you may notice a VScode update is available because you'll have an option that reads "Restart to Update" (otherwise it may read "Check for updates...").
This will completely restart the program and update the program.
- I then clicked on the Extensions button (icon with blocks) in that left bar.
- Under "Installed" I found the Live Preview extension and saw "Reload required" for the extension. I clicked on that little alert and it refreshed it.
What DIDN'T work for me:
- Simply closing and reopening the VScode program.
- Switching to a pre-release version of Live Preview.
Hello @Paula Henderson,
Thank you for taking time to post this issue in Microsoft Q&A forum.
As Visual Studio(VS IDE) and Visual Studio Code(VS Code) are two different products, their extensions are usually different. May I firstly confirm, if you are using this extension: Live Preview? If so, it’s an extension for VS Code, not for VS IDE.
If you are using VS Code, the preview option should be there when you right-click one of the web pages. For example, I tested with a single .html file, see following screenshot:
If you are using VS IDE, then maybe you mean the integrated Web Live Preview feature? If so, you may need to use it in ASP .NET Web applications. You can right-click one of the web pages, select "View in Browser" or "Browse With…"(choose the Internal Web Browser or other web browsers, click Browse button) to live preview this web page.
Don't forget to enable web live preview feature and restart VS(Tools > Options > Web Forms Designer > General >Web Forms designer (requires restart) > Web Live Preview).
For example, tested with an ASP .NET Web application(.NET Framework, Web Forms):
Above is for VS 2022, if you are using VS 2019, you should follow the guidance here to enable it:
Web Live Preview (Preview)
If you still fail to see the corresponding options, please kindly share us some screenshots to confirm the issue and check further.
Please don’t hesitate to contact us.
Sincerely,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Thank you. My extension was wrong. I actually had a different file I created not coffee ext but it was apparently wrong ext too because it did not have preview. It's all in the ext. Thanks so much for your help
Videos
Hey everyone :-) I'm new to VS Code, I'm using R Markdown to do some writing. I have it all set up with the extension I needed, but for some reason I can't get the Live Preview plugin to automatically update when I make changes to the document I'm working on. It's enabled in the settings of the extension, so I'm not really sure what I'm doing wrong... Oh, and I'm running Debian testing if that's relevent.
I'm getting this weird error has anybody found a solution to this? and this is the first time this happen since i been using vs code, and yes everything is updated to the lasted browser. I Mean Live Server
Am trying to launch live preview extension but it’s bringing an error that say “an unknown error accursed.please consult the log for more details” any way to fix this
Yes, it only shows the HTML preview without CSS. You have to use "Live Server" extension for that.
Download that from here: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
GitHub Source: https://github.com/ritwickdey/vscode-live-server-plus-plus
Preview:

If have mentioned the css file as following example
<link rel="stylesheet" href="style.css"
make sure the css file and the html file is on the same file directory, then it will start working, it started working for me.