coc-vscode-loader 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # coc-vscode-loader
2
2
 
3
+ ![TUI preview](https://github.com/user-attachments/assets/48aeb891-92aa-4c4c-ab69-05d8fa0a0ad2)
4
+
3
5
  VS Code extension → coc.nvim plugin loader with TUI package manager.
4
6
 
5
7
  Install/update/uninstall converted VS Code extensions via a floating terminal UI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-vscode-loader",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Run VS Code extensions seamlessly in coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  "bugs": {
19
19
  "url": "https://github.com/coc-plugin/coc-vscode-loader/issues"
20
20
  },
21
- "homepage": "https://github.com/coc-plugin/coc-vscode-loader",
21
+ "homepage": "https://www.npmjs.com/package/coc-vscode-loader",
22
22
  "license": "MIT",
23
23
  "engines": {
24
24
  "coc": ">= 0.0.80"