mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 01:56:18 +00:00
0b9e0d2441
* feat(agent): add fileInfo in completion request. * fix(agent): updates based on the completion request api changes. * fix(vscode): fix field when getting `completion.prompt.filepath` config. * fix: Remove filepath experimentalEnabled config. Add types for git api. |
||
---|---|---|
.. | ||
src | ||
.gitattributes | ||
.gitignore | ||
demo.png | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsup.config.ts |
Example VSCode client for Tabby agent (LSP)
This is an example of a VSCode extension for the Tabby agent. It runs the Tabby agent as a language server and creates a client connecting to it.
For more information about Tabby agent, please refer to Tabby agent.
For more information about developing a VSCode LSP extension, please refer to VSCode Language Extensions Guide.