From 7dc8f1d2f13e8c639bddeefa3852feff0d1cabe6 Mon Sep 17 00:00:00 2001 From: Ritwick Dey Date: Wed, 24 Jan 2018 16:38:33 +0530 Subject: [PATCH] new settings doc added --- docs/settings.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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