We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7493c commit 2f7d0b2Copy full SHA for 2f7d0b2
2 files changed
editors/vscode/README.md
@@ -4,4 +4,4 @@ This extension gives you reasonable diagnostics and autoformatting on HTML files
4
5
**NOTE: you will need to get the `super` CLI tool and have it available in your PATH!**
6
7
-For prebuilt binaries and more info: https://github.com/kristoff-it/superhtml
+For prebuilt binaries and more info: https://github.com/kristoff-it/super-html
editors/vscode/package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "super",
3
- "displayName": "super",
- "description": "SuperHTML LSP",
+ "displayName": "SuperHTML",
+ "description": "Actually Functional Language Server for HTML Files",
"repository": "https://github.com/kristoff-it/super-html",
"publisher": "LorisCro",
- "version": "0.1.0",
+ "version": "0.1.1",
8
"engines": {
9
"vscode": "^1.87.0"
10
},
0 commit comments