chore: bump vscode extension to 0.0.4
parent
67f0030b96
commit
72345620db
|
|
@ -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)!
|
||||
|
||||
|
||||
Tabby VSCode is compatible with `VSCode ≥ 1.70.0`, as well as web environments like [vscode.dev](https://www.notion.so/89924cf246ae4dbe935b52b394596d33).
|
||||
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.
|
||||
Tabby VSCode is compatible with `VSCode ≥ 1.70.0`, as well as web environments like [vscode.dev](https://vscode.dev).
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"displayName": "Tabby",
|
||||
"description": "Get completions from Tabby server",
|
||||
"repository": "https://github.com/TabbyML/tabby",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"keywords": [
|
||||
"code-suggestion",
|
||||
"copilot",
|
||||
|
|
|
|||
Loading…
Reference in New Issue