Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TroubleChenC opened this issue Feb 17, 2020 · 1 comment
Open

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

TroubleChenC opened this issue Feb 17, 2020 · 1 comment

Comments

@TroubleChenC
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants