Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add repository field to extension package.json (fixes vsce packa…
…ging)
  • Loading branch information
Debian committed Feb 15, 2026
commit 398aa47385131a8821bc7fc5b06f13b44c1ef755
4 changes: 4 additions & 0 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "OpenClaw home screen, local setup wizard, and status panel for VS Code",
"version": "0.1.0",
"publisher": "openclaw",
"repository": {
"type": "git",
"url": "https://github.com/damoahdominic/occ.git"
},
"engines": {
"vscode": "^1.85.0"
},
Expand Down
Loading