@narumitw/pi-lsp 0.13.0 → 0.14.0

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 +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -22,6 +22,12 @@ The extension is language-agnostic: servers are selected by config and file exte
22
22
  pi install npm:@narumitw/pi-lsp
23
23
  ```
24
24
 
25
+ Try without installing permanently:
26
+
27
+ ```bash
28
+ pi -e npm:@narumitw/pi-lsp
29
+ ```
30
+
25
31
  Try this package locally from the repository root:
26
32
 
27
33
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narumitw/pi-lsp",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Pi extension that exposes configurable, language-agnostic LSP tools through a shared runner.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -35,9 +35,9 @@
35
35
  "typebox": "^1.3.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@biomejs/biome": "2.5.2",
38
+ "@biomejs/biome": "2.5.3",
39
39
  "@earendil-works/pi-coding-agent": "0.80.3",
40
- "@types/node": "26.1.0",
40
+ "@types/node": "26.1.1",
41
41
  "typescript": "6.0.3"
42
42
  },
43
43
  "repository": {