Skip to content

Commit 86529b8

Browse files
chore: updated TODO.md
1 parent 0721606 commit 86529b8

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/TODO.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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

0 commit comments

Comments
 (0)