mirror of
https://github.com/larsbaunwall/vscode-copilot-bridge.git
synced 2025-10-05 22:22:59 +00:00
Add icon and refresh the readme
This commit is contained in:
parent
5e42e4594e
commit
4e29217d99
5 changed files with 162 additions and 452 deletions
15
package.json
15
package.json
|
|
@ -1,12 +1,20 @@
|
|||
{
|
||||
"private": false,
|
||||
"icon": "images/icon.png",
|
||||
"name": "copilot-bridge",
|
||||
"displayName": "Copilot Bridge",
|
||||
"description": "Local OpenAI-compatible chat endpoint bridging to GitHub Copilot via the VS Code Language Model API.",
|
||||
"version": "0.1.5",
|
||||
"description": "Local OpenAI-compatible chat endpoint (inference) bridging to GitHub Copilot via the VS Code Language Model API.",
|
||||
"version": "0.2.0",
|
||||
"publisher": "thinkability",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/larsbaunwall/vscode-copilot-bridge.git"
|
||||
},
|
||||
"author": "larsbaunwall",
|
||||
"engines": {
|
||||
"vscode": "^1.90.0"
|
||||
},
|
||||
"license": "Apache License 2.0",
|
||||
"extensionKind": [
|
||||
"ui"
|
||||
],
|
||||
|
|
@ -81,7 +89,8 @@
|
|||
"scripts": {
|
||||
"compile": "tsc -p .",
|
||||
"watch": "tsc -w -p .",
|
||||
"vscode:prepublish": "npm run compile"
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"package": "npx vsce package"
|
||||
},
|
||||
"dependencies": {
|
||||
"polka": "^0.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue