My Visual- Code-Editor is not showing the included CSS in the Live preview

Viewed 28

I just reinstalled windows on my computer . The problem here is that when I was using visual code editor before reinstalling windows with the live preview extension and it ran perfectly , but now after I installed windows the VC do not gives me live preview like before. It is just showing the html structure and not the linked CSS and Java script files. There is no styling and formatting being shown in the page even though the page displays perfectly on browser, tried everything but nothing working. Note that both windows versions are the same no changes in them.[Only html shows up][1]

[no definations found said by vs code editor also]

2 Answers

does a .vs code folder appear ? This problem happened to me once and by deleting the file everything went back to normal. IDK if it will work for you but it worked for me.

BTW there is a Youtube video on that topic, here it is a video for CSS files not working on live server

Related