coc-vscode-loader 1.0.1 → 1.0.3

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
@@ -1,6 +1,6 @@
1
1
  # coc-vscode-loader
2
2
 
3
- ![TUI preview](https://github.com/user-attachments/assets/48aeb891-92aa-4c4c-ab69-05d8fa0a0ad2)
3
+ ![TUI preview](https://raw.githubusercontent.com/coc-plugin/coc-vscode-loader/main/plugin/assets/tui-preview.png)
4
4
 
5
5
  VS Code extension → coc.nvim plugin loader with TUI package manager.
6
6
 
@@ -8,10 +8,15 @@ Install/update/uninstall converted VS Code extensions via a floating terminal UI
8
8
 
9
9
  ## Install
10
10
 
11
+ ```vim
12
+ :CocInstall coc-vscode-loader
13
+ ```
14
+
15
+ Or via npm:
16
+
11
17
  ```bash
12
18
  cd ~/.config/coc/extensions
13
- npm install /path/to/coc-vscode-loader
14
- # or :CocInstall /path/to/coc-vscode-loader
19
+ npm install coc-vscode-loader
15
20
  ```
16
21
 
17
22
  ## TUI Keymaps
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-vscode-loader",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Run VS Code extensions seamlessly in coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [