@narumitw/pi-lsp 0.12.0 → 0.13.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.
- package/README.md +6 -0
- package/package.json +1 -1
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
|