question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

live server not reloading automatically

See original GitHub issue

I’m submitting a…

[x] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[x] Documentation issue or request

## Current behavior

live server not reloading automatically

## Expected behavior

it reload without manually reloading the browser

## Environment

```html
Browser:

- [x] Chrome (desktop) version 
- [x] Firefox version 

For Tooling issues:

- Live Server: 5.6.1
- Platform:  Windows
- Visual Studio Code: 1.33.1

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:167 (1 by maintainers)

github_iconTop GitHub Comments

93reactions
sntoshxcommented, Feb 2, 2020

There’s one thing that resolves the issue. • Open settings. • Search for ‘autosave’. • Set it to ‘afterDelay’. • Just below that, set the AutoSaveDelay to anything very less like 5 (I have set it to 1) • Now search for ‘Wait’ in settings. • In LiveServer > Settings:Wait, set the value very low (e.g. 3). This should help regardless of platforms 😃

82reactions
pordemonicommented, May 9, 2019

SOLVED

In my case: I had my HTML file inside a folder, which name starts with a period .

Don’t do this 👇

http://127.0.0.1:5500/.folder/index.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Live server not refreshing browser - Stack Overflow
If for some reason Live Server still isn't opening the page in your browser automatically, you can open the browser of your choice...
Read more >
Why Visual Studio Code Live Server Not Working? - YouTube
Live Server extension works fine with most of the machines but some of you might face an issue, it's not working perfectly on...
Read more >
Visual Studio Code Live Server Not Working - freeCodeCamp
Visual Studio Code Live Server Not Working · Restart VSCode · Set the browser for Live Server · Set the default browser for...
Read more >
Supercharging VS Code Live Server - DEV Community ‍ ‍
Use the browser developer tools and automatically sync the changes with your source files; Get information about issues in your code and how...
Read more >
A simple development http server with live reload capability.
No reload on changes. Open your browser's console: there should be a message at the top stating that live reload is enabled. Note...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found