Skip to content

Commit c52790b

Browse files
committed
update vscode extension
1 parent 93d7afe commit c52790b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

editors/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "super" extension will be documented in this file.
44

5+
## [v0.6.1]
6+
Fixes two bugs:
7+
8+
- `fmt` now properly leaves `<pre>` tags untouched, this regressed in the recent changes to formatting code, sorry!
9+
- `--syntax-only` (and relative switch in VSCode) now silences also "invalid element name" errors, making it viable to use superhtml with some kinds of templated html
10+
511
## [v0.6.0]
612
- All major Language Server features implemented: completions, clear diagnostics, descriptions, etc.
713
- New diagnostics cover element nesting errors and attribute validation, including complex interactions between different attributes and elements.

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Language Server for HTML and SuperHTML Templates.",
55
"repository": "https://github.com/kristoff-it/superhtml/",
66
"publisher": "LorisCro",
7-
"version": "0.6.0",
7+
"version": "0.6.1",
88
"engines": {
99
"vscode": "^1.92.0"
1010
},

0 commit comments

Comments
 (0)