feat: add icon for vscode extension

add-more-languages
Meng Zhang 2023-04-04 17:56:06 +08:00
parent 9b4be4a8e0
commit 51e3b54016
3 changed files with 7 additions and 1 deletions

1
clients/vscode/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f358d0230465ca2eb0c1d4d7f2e89b1cb369289ddf0ffa5db01e91b4b9c052c
size 245810

View File

@ -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"
},