File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Fixed
8+
9+ - Minor Bugs
10+
711## [ 0.1.5] – 2026-01-27
812
913### Added
@@ -135,5 +139,4 @@ All notable changes to this project will be documented in this file.
135139[ 0.1.2 ] : https://github.com/Lokesh-Garg-22/CSS-Modules-IntelliSense/compare/v0.1.1...v0.1.2
136140[ 0.1.3 ] : https://github.com/Lokesh-Garg-22/CSS-Modules-IntelliSense/compare/v0.1.2...v0.1.3
137141[ 0.1.4 ] : https://github.com/Lokesh-Garg-22/CSS-Modules-IntelliSense/compare/v0.1.3...v0.1.4
138-
139142[ 0.1.5 ] : https://github.com/Lokesh-Garg-22/CSS-Modules-IntelliSense/compare/v0.1.4...v0.1.5
Original file line number Diff line number Diff line change 22
33## Enhancements
44
5- <!-- Add enhancements here -->
5+ - Add ` cssModulesIntellisense.diagnostics.classNotDefined.enabled ` (boolean) and
6+ ` cssModulesIntellisense.diagnostics.classNotDefined.severity `
7+ (` "error" | "warning" | "info" | "hint" ` )
8+ settings to control the "class not defined" diagnostic in ` analyzeDocument ` .
9+
10+ - Add ` cssModulesIntellisense.diagnostics.classNotUsed.enabled ` (boolean) and
11+ ` cssModulesIntellisense.diagnostics.classNotUsed.severity `
12+ (` "error" | "warning" | "info" | "hint" ` )
13+ settings to show a "Class 'x' is never used" diagnostic on CSS module files,
14+ by cross-referencing ` ClassNameCache ` against usage in all dependent JS/TS files
15+ via ` CssModuleDependencyCache ` .
616
717## Known Issues
818
You can’t perform that action at this time.
0 commit comments