pi-x-ide 1.0.3 → 1.0.4

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 CHANGED
@@ -43,7 +43,7 @@ Common commands:
43
43
 
44
44
  ```bash
45
45
  pnpm package:vscode
46
- code --install-extension pi-x-ide-vscode-0.1.0.vsix
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
@@ -43,7 +43,7 @@ pnpm build
43
43
 
44
44
  ```bash
45
45
  pnpm package:vscode
46
- code --install-extension pi-x-ide-vscode-0.1.0.vsix
46
+ code --install-extension './vscode'-0.1.0.vsix
47
47
  ```
48
48
 
49
49
  这样安装的扩展在所有 VS Code 窗口中运行,不依赖 F5 Extension Host。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-x-ide",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Pi extension package for IDE selection context integration.",
5
5
  "files": [
6
6
  "dist",