Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I have started an HTML website project. after making a different folder for images. The Live server opens the browser. Now doesn't auto-reloading the page. How do I enable the fast and furious feature?

What I have tried:

I have kept all the (index.html, style.css or images folder) in ONE folder. but, still it is not working.
Posted
Updated 24-Oct-22 19:11pm

1 solution

At first I was not sure but then reading Live Server believe you are looking for auto-refresh feature using VS Code Live Server extension.

Following article covers the details of it:
VS Code Live Server – How to Auto-Refresh Your Browser with this Simple Extension[^]

For issues around getting it up, have a look at: Visual Studio Code Live Server Not Working[^]. As explained there, you might need to try these:
1. Restart VS Code
2. Set the browser for Live Server
3. Set the default browser for your operating system
4. Go to the live page yourself

Make sure LiveServer is running - as long as it is, you should see your page.
 
Share this answer
 
Comments
sunnyjohn 25-Oct-22 11:25am    
Thank you so much Sandeep ! I changed the default browser from chrome to Edge, and the auto refresh started to work again. I was scratching my head since 3 days. Your suggestions saved my day. I am grateful for your answer.
Sandeep Mewara 26-Oct-22 1:08am    
Welcome. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900