tabby/clients/vscode
Meng Zhang 67f0030b96
Create README.md
2023-04-06 17:54:00 +08:00
..
.vscode Support vscode web extension. (#44) 2023-04-05 12:11:39 +08:00
images feat: add icon for vscode extension 2023-04-04 17:58:37 +08:00
src VSCode extension: add language field in completion request. (#45) 2023-04-05 14:27:23 +08:00
.eslintrc.json move vscode clients (#27) 2023-03-28 20:35:59 +08:00
.gitattributes feat: add icon for vscode extension 2023-04-04 17:58:37 +08:00
.gitignore move vscode clients (#27) 2023-03-28 20:35:59 +08:00
.vscodeignore move vscode clients (#27) 2023-03-28 20:35:59 +08:00
LICENSE feat: support vscode packaging 2023-04-04 14:30:47 +08:00
README.md Create README.md 2023-04-06 17:54:00 +08:00
package.json chore: bump vscode plugin version 2023-04-06 00:04:09 +08:00
tsconfig.json move vscode clients (#27) 2023-03-28 20:35:59 +08:00
webpack.config.js VSCode extension: add language field in completion request. (#45) 2023-04-05 14:27:23 +08:00
yarn.lock Support vscode web extension. (#44) 2023-04-05 12:11:39 +08:00

README.md

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 and GitHub. If you encounter any problem or have any suggestion, please open an issue!

Tabby VSCode is compatible with VSCode ≥ 1.70.0, as well as web environments like vscode.dev. To begin using your own Tabby server, follow the getting started section on Github. Once installed, use the command Tabby: Set URL of Tabby Server to connect the extension to your Tabby server.