mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
4290c59e94
* chore: remove outdated vscode lsp example project. * chore: update pnpm-lock. * chore: update README of outdated vscode-lsp-example project.
7 lines
478 B
Markdown
Vendored
7 lines
478 B
Markdown
Vendored
This example has been outdated and removed.
|
|
|
|
As of tabby-agent v1.7, the Language Server Protocol (LSP) has become the only supported method to connect to tabby-agent.
|
|
For examples of creating IDE extensions that connect with tabby-agent using LSP, please refer to the source code of our IDE extensions:
|
|
- [VSCode Extension](https://github.com/TabbyML/tabby/tree/main/clients/vscode)
|
|
- [IntelliJ Platform Plugin](https://github.com/TabbyML/tabby/tree/main/clients/intellij)
|