diff --git a/clients/vscode/README.md b/clients/vscode/README.md index d77e94d..7b45c2f 100644 --- a/clients/vscode/README.md +++ b/clients/vscode/README.md @@ -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. diff --git a/clients/vscode/package.json b/clients/vscode/package.json index fd5c244..7c02f4b 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -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",