@narumitw/pi-lsp 0.1.20 → 0.1.21
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
`@narumitw/pi-lsp` is a native [Pi coding agent](https://pi.dev) extension that exposes Biome, ty, and Ruff language-server tools through one shared LSP runner Module.
|
|
6
6
|
|
|
7
|
-
It
|
|
7
|
+
It supersedes the older split packages `@narumitw/pi-biome-lsp` and `@narumitw/pi-python-lsp`, which now live under `extensions/deprecated/` and are excluded from active workspace scripts.
|
|
8
8
|
|
|
9
9
|
## ✨ Features
|
|
10
10
|
|
|
@@ -47,7 +47,7 @@ This package intentionally registers the same tool names as `@narumitw/pi-biome-
|
|
|
47
47
|
- `ruff_lsp_format`
|
|
48
48
|
- `ruff_lsp_fix`
|
|
49
49
|
|
|
50
|
-
Avoid installing `@narumitw/pi-lsp` side by side with the older LSP packages unless you have verified how your Pi version handles duplicate tool names.
|
|
50
|
+
Avoid installing `@narumitw/pi-lsp` side by side with the older deprecated LSP packages unless you have verified how your Pi version handles duplicate tool names.
|
|
51
51
|
|
|
52
52
|
## ✅ Requirements
|
|
53
53
|
|