chore: add vsce devDependency and package VSIX artifact locally

Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
This commit is contained in:
Devin AI 2025-08-12 17:50:20 +00:00
parent 8c7c58bfbd
commit 71bf0e1422
2 changed files with 4219 additions and 3 deletions

4206
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,9 +19,18 @@
"main": "./out/extension.js",
"contributes": {
"commands": [
{ "command": "bridge.enable", "title": "Copilot Bridge: Enable" },
{ "command": "bridge.disable", "title": "Copilot Bridge: Disable" },
{ "command": "bridge.status", "title": "Copilot Bridge: Status" }
{
"command": "bridge.enable",
"title": "Copilot Bridge: Enable"
},
{
"command": "bridge.disable",
"title": "Copilot Bridge: Disable"
},
{
"command": "bridge.status",
"title": "Copilot Bridge: Status"
}
],
"configuration": {
"title": "Copilot Bridge",
@ -74,6 +83,7 @@
"devDependencies": {
"@types/node": "^20.10.0",
"@types/vscode": "^1.90.0",
"@vscode/vsce": "^3.6.0",
"typescript": "^5.4.0"
}
}