tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.41k stars 484 forks source link

In vscode, How to disable the hot update? #342

Open TroubleChenC opened 4 years ago

TroubleChenC commented 4 years ago

In vscode, How to disable the hot update? As we know, it will update immediately and go to the index.html when any file modified. And i dont want this, i hope update the page manually

steph-dmts commented 3 years ago

You can set "liveServer.settings.ignoreFiles":["*.js"] or any other file type you want to ignore in your settings.json.