I 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": *,
I'm trying to do the same!
Same... the server is very handy, but it reloads the page about 5 times for every file change which is killing my eyes. I need to disable reloading.
@looeee @artworkjpm @Er-rchydy
"liveServer.settings.ignoreFiles":["**"],Your code was good, but do not forget to close and open so changes take place.
Most helpful comment
@looeee @artworkjpm @Er-rchydy
"liveServer.settings.ignoreFiles":["**"],Your code was good, but do not forget to close and open so changes take place.