fix(vscode): repair WRN language diagnostics and activation

This commit is contained in:
2026-07-19 14:02:17 +05:30
parent df4c1d3e7d
commit 646d16f83d
16 changed files with 425 additions and 171 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## 0.2.11
- Fixed `.wrn` files falling back to Plain Text when a legacy `wire` file
association is present.
- Fixed false root-declaration errors when files begin with `//` comments.
- Fixed false unclosed-string errors when `//` comments contain apostrophes or
bracket characters.
- Added explicit default and first-line WRN language detection.
- Removed duplicate semantic-token providers and repaired diagnostics toggling.
- Enabled completions and definition navigation for untitled and remote WRN
documents.
- Improved comment and folding language configuration and package validation.
## 0.2.2
- Added conditional `class:*` support.