Closed capi1O closed 5 years ago
Hi @monkeydri,
Just to confirm, are you using:
sass-lint.yml
or.sass-lint.yml
or.sasslintrc
?
I am using .sasslintrc
but had the same behaviour when using sass-lint.yml
.
.sasslintrc
is not yet fully supported by this extension (#30)sass-lint.yml
is not a valid configuration file name, please try .sass-lint.yml
I confirm it works when using .sass-lint.yml
(setting sasslint.configFile
settings entry to it or leaving it empty) : linting in editor is updated on rule change without VScode window needing to be reloaded.
sass-lint.yml is not a valid configuration file name, please try .sass-lint.yml
I initially tried sass-lint.ym
over .sass-lint.ym
because this is the name of the file used in sass-lint docs : https://raw.githubusercontent.com/sasstools/sass-lint/develop/docs/sass-lint.yml
Thanks for the confirmation.
Currently if I edit the rules in my
sass-lint.yml
file the linting is not updated. I need to reload vscode window (command palette > reload window).