* refactor: improve client auth flow * fix: agent waiting for auth token should update status before resolve. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| images | ||
| src | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .vscodeignore | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
| webpack.config.js | ||
| yarn.lock | ||
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.
Get Started
- Setup Tabby server: follow the getting started guide.
- use the command
Tabby: Set URL of Tabby Serverto connect the extension to your Tabby server.