Releases: vain0x/HTML-CSS-Class-Completion
Releases · vain0x/HTML-CSS-Class-Completion
1.23.0
- Added regexp-based CSSParser
- Added LanguageFeatures option to opt-out individual features
- Updated regexp
- class attributes now match with
_,#,() - class definitions now match with
_
- class attributes now match with
- Fixed definition provider; it now works consistently with the completion provider
- Fixed logging; it now writes to the Output panel (rather than developer tools) and shows error details
- Upgraded dependencies
- Removed unused dependencies (linter, testing)
- Internals
- Migrated webpack to esbuild (its faster)
- Switched to ESModule
.vscodeignorewritten as allowlist (to avoid including git-untracked files)
Full Changelog: 1.22.1...1.23.0
sha256sum
4b7cbd29ba20db82074fe28734885298665d5d044c8b39875c8371aed75e2b41 html-css-class-completion-1.23.0.vsix1.22.2-rc1
WIP
1.22.1
1.22.0
1.21.0
This version is a fork by @vain0x.
Below is copied from CHANGELOG:
- Add definition provider for javascript files
- Refresh internal cache on save css files
- Merged PRs:
- Update packages