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

css property name autocomplete suggestion not working #22

Closed noe132 closed 5 years ago

noe132 commented 5 years ago

Describe the bug Type any css property names to trigger css autocomplete, broken in 1.6.5

To Reproduce Steps to reproduce the behavior:

  1. open any sass file
  2. type flfl
  3. no suggestion available image

Expected behavior there should be an autocomplete popup like this image

Desktop (please complete the following information):

Additional context 1.6.4 seems ok.

TheRealSyler commented 5 years ago

yeah i broke the extension yesterday, worked locally, will fix it later today.

tircomnicu commented 5 years ago

Almost reinstalled my laptop :))

TheRealSyler commented 5 years ago

so i reinstalled my node modules, and added the tslib ot my package.json, i think this is all i have to do to make it work again, i tested it and it works now, let me know if doesn't work.

tircomnicu commented 5 years ago

Working for me right now! Thank you!