tabby/clients/vscode
Zhiming Ma 2a01fdf177
feat: agent read config toml (#274)
* feat: agent read config toml.

* fix: move loading config toml from agent creating to initialization.

* docs: update agent config doc.
2023-07-03 11:19:09 +08:00
..
.vscode feat: tabby agent auth (#240) 2023-06-15 08:53:21 -07:00
images feat: add icon for vscode extension 2023-04-04 17:58:37 +08:00
src refactor: improve client auth flow (#269) 2023-06-24 14:43:13 -07: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 feat: tabby agent auth (#240) 2023-06-15 08:53:21 -07:00
.vscodeignore feat: tabby agent auth (#240) 2023-06-15 08:53:21 -07:00
LICENSE feat: support vscode packaging 2023-04-04 14:30:47 +08:00
README.md Update README.md 2023-04-11 15:46:46 +08:00
package.json chore: bump VSCode extention version 0.1.1. (#271) 2023-06-24 19:57:29 -07:00
tsconfig.json Update vscode use openapi codegen. (#99) 2023-04-13 15:28:30 +08:00
webpack.config.js VSCode extension: import agent lib. (#144) 2023-05-24 09:21:38 -07:00
yarn.lock feat: agent read config toml (#274) 2023-07-03 11:19:09 +08:00

README.md

Tabby VSCode Extension

License VSCode Extension Version VSCode Extension Installs

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

  1. Setup Tabby server: follow the getting started guide.
  2. use the command Tabby: Set URL of Tabby Server to connect the extension to your Tabby server.