Skip to content

Commit

Permalink
chore: remove outdated example-vscode-lsp project. (#2575)
Browse files Browse the repository at this point in the history
* chore: remove outdated vscode lsp example project.

* chore: update pnpm-lock.

* chore: update README of outdated vscode-lsp-example project.
  • Loading branch information
icycodes authored Jul 4, 2024
1 parent 5cf49a1 commit 4290c59
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 186 deletions.
1 change: 0 additions & 1 deletion clients/example-vscode-lsp/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions clients/example-vscode-lsp/.gitignore

This file was deleted.

13 changes: 5 additions & 8 deletions clients/example-vscode-lsp/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Example VSCode client for Tabby agent (LSP)
This example has been outdated and removed.

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](./demo.png)

For more information about Tabby agent, please refer to [Tabby agent](https://github.com/TabbyML/tabby/tree/main/clients/tabby-agent).

For more information about developing a VSCode LSP extension, please refer to [VSCode Language Extensions Guide](https://code.visualstudio.com/api/language-extensions/overview).
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)
3 changes: 0 additions & 3 deletions clients/example-vscode-lsp/demo.png

This file was deleted.

26 changes: 0 additions & 26 deletions clients/example-vscode-lsp/package.json

This file was deleted.

37 changes: 0 additions & 37 deletions clients/example-vscode-lsp/src/extension.ts

This file was deleted.

10 changes: 0 additions & 10 deletions clients/example-vscode-lsp/tsconfig.json

This file was deleted.

30 changes: 0 additions & 30 deletions clients/example-vscode-lsp/tsup.config.ts

This file was deleted.

68 changes: 0 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4290c59

Please sign in to comment.