@narumitw/pi-lsp 0.1.20 → 0.1.22

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 +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 is intended to cover the current behavior of `@narumitw/pi-biome-lsp` and `@narumitw/pi-python-lsp` while keeping those older packages available and unchanged for now.
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. The older packages are not deprecated in this phase. For the same reason, this repository's `just install-all` recipe skips `pi-lsp`; install `pi-lsp` separately when you want the shared LSP extension instead of the older split packages.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narumitw/pi-lsp",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "description": "Pi extension that exposes language-server tools for Biome, ty, and Ruff through a shared LSP runner.",
5
5
  "type": "module",
6
6
  "license": "MIT",