Releases: mrmlnc/vscode-less
Releases · mrmlnc/vscode-less
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
💬 Common
- Fixed some bugs with SignatureHelp provider.
- Now we do not display Hover popup for Mixins and Variables declarations.
- Added information about where you can find a Changelog for this plugin.
🚀 Performance
- Exclude opened document from "Update Cache" event (see #28).
🎨 Design
Nope.
👍 Improvements
0.4.0
💬 Common
- Fixed some bugs:
- Incorrect Signature Help behaviour.
- More tests for future the plugin improvements.
🚀 Performance
Nope.
🎨 Design
- Better documentation for supported features.
👍 Improvements
0.3.1
0.3.0
💬 Common
Nope.
🚀 Performance
- Use
less-symbols-parser
for "background" documents. - Improve performance from 11s to 1-2s (9000 files (664 Less files), 5000 directories).
🎨 Design
Nope.
👍 Improvements
0.2.0
💬 Common
- More friendly plugin description.
- Fixed some bugs:
- More tests for future the plugin improvements.
🎨 Design
- Limit of 140 characters for documentation in providers.
- Correct Less logo size in icon.
🚀 Performance
- Skip
@import
's with dynamic paths (variable interpolation, glob byless-plugin-glob
). - Cache invalidation for files that no longer exist.
👍 Improvements
- Skip Mixins in Mixins for suggestions.
- Support for
@import
's files. For example,@import "../../../bower_components/xy-flexbox/xy";
.