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

Error when going from file to settings page #13

Closed ssang closed 5 years ago

ssang commented 5 years ago

Describe the bug There is an error that pops up in the console whenever I go from any file to the settings page. If I have this extension installed along with Eno Snippets, it will also crash the extensions host. If I don't have Eno Snippets enabled, it will just display the error in the developer console.

To Reproduce Open up a sass file (or any file) Go to the settings UI

Screenshots Error in Developer Console

The TypeError is what appears if Eno Snippets is not installed.

Desktop (please complete the following information):

TheRealSyler commented 5 years ago

@ssang i can't replicate the issue so im closing it for now, try the newest version(1.6.2) maybe i fixed it without knowing it.

what i did to try to replicate the bug is i installed eno snippets and opened a sass file and then the setting im not geting any errors related to sass or eno snippets.

ssang commented 5 years ago

Yes it seems to be fixed in 1.62! Thanks