feat: add icon for vscode extension
parent
9b4be4a8e0
commit
51e3b54016
|
|
@ -0,0 +1 @@
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f358d0230465ca2eb0c1d4d7f2e89b1cb369289ddf0ffa5db01e91b4b9c052c
|
||||||
|
size 245810
|
||||||
|
|
@ -1,15 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-tabby",
|
"name": "vscode-tabby",
|
||||||
|
"publisher": "TabbyML",
|
||||||
"displayName": "Tabby",
|
"displayName": "Tabby",
|
||||||
"description": "Get completions from Tabby server",
|
"description": "Get completions from Tabby server",
|
||||||
"repository": "https://github.com/TabbyML/tabby",
|
"repository": "https://github.com/TabbyML/tabby",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"code-suggestion",
|
"code-suggestion",
|
||||||
"copilot",
|
"copilot",
|
||||||
"code-inference",
|
"code-inference",
|
||||||
"tabby"
|
"tabby"
|
||||||
],
|
],
|
||||||
|
"icon": "images/logo.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.70.0"
|
"vscode": "^1.70.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue