pi-x-ide 1.0.3 → 1.0.5
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 +1 -1
- package/README.zh.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Common commands:
|
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
45
|
pnpm package:vscode
|
|
46
|
-
code --install-extension
|
|
46
|
+
code --install-extension './vscode'-0.1.0.vsix
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
The extension installed this way runs in all VS Code windows, independent of the F5 Extension Host.
|
package/README.zh.md
CHANGED