K
K
Korsia2019-09-01 14:45:30
Layout
Korsia, 2019-09-01 14:45:30

How to change LiveServer auto-update settings in VSCode?

Hello. A question.
I work through VSCode, I use Live Server to track changes.
And he somehow foolishly tracks changes in CSS, makes changes not when I save the page, but as soon as the code changes in the editor. Those. I can start writing background-co for example. And without adding the word color yet, it loads the change and immediately gives me an error (there is an error tracking) that the wrong property is written. When I write CSS, I just work my way through the pile of errors that the editor throws at me, highlighting the parts of the properties that I simply don't have time to finish.
I dug into the settings, in the json file, but did not find anything similar. Has anyone experienced this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roma Zvarich, 2019-09-01
@Korsia

Maybe the problem is not in the extension, but in the fact that your editor saves changes very often?
Check the "Files: Auto Save" setting in the editor. If the "AfterDelay" option is set, then the file is saved at a certain interval, which is why the Live Server reloads the page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question