Skip to content

Commit

Permalink
new settings doc added
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Jan 24, 2018
1 parent dbb4856 commit 7dc8f1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<body>` tag or not, Live Reload will work for every file. :smile:
* Default is `false`

<hr>

* **`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`

<hr>

* **`liveServer.settings.wait:`** : Delay before live reloading. Value in milliseconds.

* Default: `100`

<hr>

0 comments on commit 7dc8f1d

Please sign in to comment.