Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 08 May 18:14

💬 Common

  • Upgrade the minimal required version of VS Code. Now 1.53.0.
  • Fixed an issue causing a crash when the user have a @import directive with an empty path (#129).

🚀 Performance

Nope.

🎨 Design

Nope.

👍 Improvements

  • Support for VS Code Workspaces has been added.
  • The vscode-css-lanuageservice package was updated to the 5.1.1 version.
    • Now we use the same mechanism for the reference resolution as VS Code. To be more precise, now we correctly support references to the node_modules directory (#126, #116).

🛠 Infrastructure

  • Upgrade all dependencies.
  • A lot of places using the deprecated API have been fixed.