Create README.md

add-more-languages
Meng Zhang 2023-04-06 17:54:00 +08:00 committed by GitHub
parent aacc7e575e
commit 67f0030b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
clients/vscode/README.md Normal file
View File

@ -0,0 +1,8 @@
# Tabby VSCode Extension
Tabby is a self-hosted AI coding assistant that can suggest multi-line code or full functions in real-time. For more information, please check out our [Website](https://tabbyml.com/) and [GitHub](https://github.com/TabbyML/tabby).
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.