Skip to content

Commit

Permalink
update vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Sep 16, 2024
1 parent 26d3a71 commit d5b96c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [v0.5.1]
- This is now a web extension that can be used with vscode.dev, etc.

## [v0.5.0]
- Updated list of obsolete tags, it previously was based on an outdated HTML spec version.
- The minor version of this extension is now aliged with the internal language server implementation version.

## [v0.3.0]
Now the LSP server is bundled in the extension, no need for a separate download anymore.
Expand Down
3 changes: 2 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Language Server for HTML and SuperHTML Templates.",
"repository": "https://github.com/kristoff-it/superhtml/",
"publisher": "LorisCro",
"version": "0.3.0",
"version": "0.5.1",
"engines": {
"vscode": "^1.92.0"
},
Expand Down Expand Up @@ -74,6 +74,7 @@
]
},
"main": "./out/extension",
"browser": "./out/extension",
"extensionDependencies": [
"ms-vscode.wasm-wasi-core"
],
Expand Down

0 comments on commit d5b96c2

Please sign in to comment.