-
Notifications
You must be signed in to change notification settings - Fork 169
Watch on Launch #42
base: master
Are you sure you want to change the base?
Watch on Launch #42
Conversation
README.md
Outdated
@@ -126,6 +126,12 @@ Open VSCode Editor and Press `ctrl+P`, type `ext install live-sass`. | |||
``` | |||
<hr> | |||
|
|||
* **`liveSassCompile.settings.watchOnLaunch` :** Set this to `true` if you want Live Sass Compiler to automatically start watching your .sass or .scss file when you open an applicable workspace. | |||
* *Default value is `true`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops! Default is false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah man. What a silly thing to over look :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I was confused. I was thinking where you made the mistake - in the docs or project.json
..
Anyway, I've published the #41 to marketplace.. so, this PR will be published by tomorrow..
Thanks a lot for your contribution
acd9bb0
to
6f060f1
Compare
@ritwickdey Do you have time to merge and publish this? ❤️ |
Thanks for this great plugin! This references "liveSassCompile.settings.watchOnLaunch" Which does not seem to exist? |
Same here. I don't think this has made this to the marketplace. Would be super useful in my use-case! |
Can you add this function? It'd be super useful, I cannot find how to do it. Thanks! :) |
@ritwickdey are you able to add this function, so we can install it from the marketplace? It would be great to have! :) |
Added the ablility for live-sass-compile to start watching sass files on launch. Closes #30