live-server icon indicating copy to clipboard operation
live-server copied to clipboard

In vscode, How to disable the hot update?

Open TroubleChenC opened this issue 4 years ago • 1 comments

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

TroubleChenC avatar Feb 17 '20 09:02 TroubleChenC

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

steph-dmts avatar Feb 17 '21 09:02 steph-dmts