fix(vscode): repair WRN language diagnostics and activation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user