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

Curly Brackets Are Not Allowed and Other #16

Closed apolokaklab closed 5 years ago

apolokaklab commented 5 years ago

the previous version had no problems. But after the latest update this problem arose. BUG BUG2

TheRealSyler commented 5 years ago

@apolokaklab i added a linter and just added the rule that curly brackets are not allowed, i didn't know that there is a legitimate use case for curly brackets, and i also added a simple rule that checks if variables are declared twice, the reason why i didn't test it thoroughly, is that i wanted to fix some bugs so some unfinished features just got added prematurely, the fix for know is go to the settings and set sass.lint.enable to false, also if you have formatting enabled it might screw up your code so you also might want to disable that.

apolokaklab commented 5 years ago

Thanks for the answer, for this problem solver I am back again to version 1.6.0.

TheRealSyler commented 5 years ago

@apolokaklab try the next version when it comes out, if i didn't fix the problems that you are having please open another issue or add comment on this one.

TheRealSyler commented 5 years ago

@apolokaklab by next version i mean 1.6.4, 1.6.3 fixed some formatter issues.

apolokaklab commented 5 years ago

Oke, thanks, I don't think why vscode doesn't support sass, just scss :D

TheRealSyler commented 5 years ago

The linter is now disabled by default, im closing this for now because im not going to work on the linter anytime soon.