django-cotton-lsp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # django-cotton-lsp
2
2
 
3
- Language Server for [Django Cotton](https://django-cotton.com/) templates. Powers the [Django Cotton VS Code extension](https://marketplace.visualstudio.com/) and any other LSP-capable editor.
3
+ Language Server for [Django Cotton](https://django-cotton.com/) templates. Powers the [Django Cotton VS Code extension](https://marketplace.visualstudio.com/items?itemName=twentyforty.django-cotton) and any other LSP-capable editor.
4
4
 
5
5
  ## Install
6
6
 
@@ -81,4 +81,4 @@ Settings are resolved with this priority:
81
81
 
82
82
  ## VS Code extension
83
83
 
84
- For VS Code-specific features (unused component badges, Explorer context menu), use the [Django Cotton extension](https://github.com/twentyforty/cotton-vscode-ext/tree/main/packages/vscode-extension) instead of wiring the server manually.
84
+ For VS Code-specific features (unused component badges, Explorer context menu), install the [Django Cotton VS Code extension](https://marketplace.visualstudio.com/items?itemName=twentyforty.django-cotton) instead of wiring the server manually.
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "django-cotton-lsp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Language Server for Django Cotton templates",
5
5
  "license": "MIT",
6
+ "homepage": "https://marketplace.visualstudio.com/items?itemName=twentyforty.django-cotton",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "https://github.com/twentyforty/cotton-vscode-ext",