chore: bump vscode extension to 0.0.4

add-more-languages
Meng Zhang 2023-04-06 17:54:40 +08:00
parent 67f0030b96
commit 72345620db
2 changed files with 7 additions and 3 deletions

View File

@ -4,5 +4,9 @@ Tabby is a self-hosted AI coding assistant that can suggest multi-line code or f
If you encounter any problem or have any suggestion, please [open an issue](https://github.com/TabbyML/tabby/issues/new)! If you encounter any problem or have any suggestion, please [open an issue](https://github.com/TabbyML/tabby/issues/new)!
Tabby VSCode is compatible with `VSCode ≥ 1.70.0`, as well as web environments like [vscode.dev](https://www.notion.so/89924cf246ae4dbe935b52b394596d33). Tabby VSCode is compatible with `VSCode ≥ 1.70.0`, as well as web environments like [vscode.dev](https://vscode.dev).
To begin using your own Tabby server, follow the [getting started](https://github.com/TabbyML/tabby#get-started) section on Github. Once installed, use the command `Tabby: Set URL of Tabby Server` to connect the extension to your Tabby server.
## Get Started
1. Setup Tabby server: follow the [getting started](https://github.com/TabbyML/tabby#get-started) guide.
2. use the command `Tabby: Set URL of Tabby Server` to connect the extension to your Tabby server.

View File

@ -4,7 +4,7 @@
"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.3", "version": "0.0.4",
"keywords": [ "keywords": [
"code-suggestion", "code-suggestion",
"copilot", "copilot",