TheRealSyler / vscode-sass-indented

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

Block comments #6

Closed hurick closed 5 years ago

hurick commented 5 years ago

Describe the bug Using Visual Studio Code, when upgrading to the 1.6.0 version, the .sass files that had block comments are now commented everywhere.

To Reproduce You just need to open a .module.sass (I am using the create-react-app package) file that have block comments, actually.

Expected behavior Files should be like version 1.5.2 when using block comments, right?

Screenshots Version 1.5.2

Screen Shot 2019-08-06 at 9 51 02 AM

Version 1.6.0

Screen Shot 2019-08-06 at 9 51 24 AM

Desktop (please complete the following information):

TheRealSyler commented 5 years ago

@hurick i must admit i am really confused by block comments in sass i tried to make some changes, and it seems like i did not revert them, thought i did, i will take a look at it right now, i should be able to fix this in under 1 one hour, when its fixed i will update the extension.

hurick commented 5 years ago

@TheRealSyler no problems, mate. Thank you so much for giving some attention to this problem! 🙏

TheRealSyler commented 5 years ago

bb952ab

hurick commented 5 years ago

@TheRealSyler I already tested and it's working like a charm again. Thank you a lot for this fix 🙏