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",
|
||||
"publisher": "TabbyML",
|
||||
"displayName": "Tabby",
|
||||
"description": "Get completions from Tabby server",
|
||||
"repository": "https://github.com/TabbyML/tabby",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"keywords": [
|
||||
"code-suggestion",
|
||||
"copilot",
|
||||
"code-inference",
|
||||
"tabby"
|
||||
],
|
||||
"icon": "images/logo.png",
|
||||
"engines": {
|
||||
"vscode": "^1.70.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue