TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
44 stars 8 forks source link

Warning "Empty PropertySass (Property: 0)" in v1.8.17 #89

Closed simpleman383 closed 3 years ago

simpleman383 commented 3 years ago

Describe the bug When I edit any SASS file with indented syntax, I catch annoying warnings containing a message "Empty PropertySass (Property: 0)" in every line with properties. To compare, version 1.8.16 doesn't seem to reproduce such a behavior.

To Reproduce Steps to reproduce the behavior:

  1. Install Sass Extension v1.8.17
  2. Create a .sass file in your workspace
  3. Write some rules

Expected behavior No warnings for a sass file with valid properties.

Screenshots

Screenshot 2021-08-18 at 11 36 26
.test-class
  color: #fff
  margin: 24px
TheRealSyler commented 3 years ago

i forgot to publish the commit that disables the linter, this will be fixed in the next release.