I’ve installed the live server
extension on VS code and on google chrome, and configure them to enable live reload but live reload is not working. It was working a few hours ago but now I can’t get it to work.
Things I’ve tried:
- deleting and reinstalling both live servers
- quitting VS code
- made sure live server was turned on in VS code.
Advertisement
Answer
Make sure you are not running another localhost website somewhere, live server can only reload one website at a time.