Skip to content

0.9.0

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 19 Jan 10:15
· 51 commits to master since this release

💬 Common

  • Update vscode-css-languageservice dependency from 2.1.0 to 4.0.3-next.25. (#96, #107)
  • Use vscode-css-languageservice as default parser for SCSS files to increase stability and maintainable. You may notice that on large projects, the initialization time may increase. Also we drop support for reference comments (#94, #96)

🚀 Performance

Nope.

🎨 Design

Nope.

👍 Improvements

  • Use mechanism for determining dependencies between files from the vscode-css-languageservice package to allow users to use Sass modules (@use syntax), path/{,_}index.scss and etc. import syntaxes without problems. (#99, #100)
  • Add basic Vue files support (thanks @yoyo930021, #103)

🛠 Infrastructure

  • Added e2e tests for each provider. (#97)