How to disable live reload
See original GitHub issueI want to disable live reload but it’s not working. i tried this configurations one by one, none of them worked :
"liveServer.settings.ignoreFiles": ["**/*.*"],
"liveServer.settings.ignoreFiles": ["*"],
"liveServer.settings.ignoreFiles": "*",
"liveServer.settings.ignoreFiles": *,
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:11
Top Results From Across the Web
Angular cli - how to disable auto reload when ng serve
Just do ng serve --live-reload false or ng serve --no-live-reload. It used to not work, this PR solved it.
Read more >How to Disable Live Reload in create-react-app - Ian Sinnott
How to disable live reload in create-react-app. Here you go, insert this code into your HTML file. Probably located at public/index.html .
Read more >Angular CLI - how to disable auto-reload when ng serve
With the –live-reload=false option, It disables reload changes at the application level. To exclude the specific directory/folder, You have to add tsconfig.json.
Read more >Able to disable live reload in develoment mode | Voters - Expo
As mentioned, you can disable live reloading from the development menu. ·. September 5, 2019.
Read more >How to Disable Web Page Auto-Refresh (All Major Browsers)
Click the Start button, type “internet options” and select Internet Options in the search results. In the Internet Properties window, click “ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@looeee @artworkjpm @Er-rchydy
"liveServer.settings.ignoreFiles":["**"],
Your code was good, but do not forget to close and open so changes take place.
If you are using JavaScript, yo have to use the function event.preventDefault for stop submiting a form. If you don´t use it, the browser will be refreshing every few seconds and reset all your front end.