mirror of
https://github.com/larsbaunwall/vscode-copilot-bridge.git
synced 2025-10-05 22:22:59 +00:00
chore: add vsce devDependency and package VSIX artifact locally
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
This commit is contained in:
parent
8c7c58bfbd
commit
71bf0e1422
2 changed files with 4219 additions and 3 deletions
4206
package-lock.json
generated
4206
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue