tabby/clients/example-vscode-lsp
Meng Zhang e50f04bb37
feat: migrate to pnpm (#2214)
* fix(chat-panel): FileContext.content shall be required field.

* fix: tabby agent build

* migrate vscode series

* fix tabby-ui build

* migrate all build pipeline

* cleanup lint / fix

* update test

* simplify workflow

* update

* update

* update

* update

* fix

* fix tabby-ui build

* fix name

* update

* update

* update

* update

* migrate tabby-email

* update
2024-05-21 21:43:15 +00:00
..
src feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
.gitattributes feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
.gitignore feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
demo.png feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
package.json feat: migrate to pnpm (#2214) 2024-05-21 21:43:15 +00:00
README.md feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
tsconfig.json feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00
tsup.config.ts feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00

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.

Demo

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.