diff --git a/docs/settings.md b/docs/settings.md index 3a088309..6a67483d 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -129,4 +129,16 @@ * **`liveServer.settings.useWebExt:`** : If it is `true`, Live Reload will be fully controled by the [Live Server Web Extension](https://github.com/ritwickdey/live-server-web-extension). And also, it does not matter if your HTML have `` tag or not, Live Reload will work for every file. :smile: * Default is `false` +
+ +* **`liveServer.settings.fullReload:`** : By Default Live Server inject CSS changes without full reloading of browser. You can change this behviour by making this setting as `true`. + + * Default: `false` + +
+ +* **`liveServer.settings.wait:`** : Delay before live reloading. Value in milliseconds. + + * Default: `100` +
\ No newline at end of file