https://github.com/mdanilov/rtext-lsp-adapter
A proxy which adapts VSCode LSP requests to RText Service protocol commands
https://github.com/mdanilov/rtext-lsp-adapter
lsp lsp-server rtext rtext-service vscode-languageserver
Last synced: 25 days ago
JSON representation
A proxy which adapts VSCode LSP requests to RText Service protocol commands
- Host: GitHub
- URL: https://github.com/mdanilov/rtext-lsp-adapter
- Owner: mdanilov
- License: mit
- Created: 2020-06-11T14:14:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-12T23:26:06.000Z (3 months ago)
- Last Synced: 2026-03-13T05:03:46.436Z (3 months ago)
- Topics: lsp, lsp-server, rtext, rtext-service, vscode-languageserver
- Language: TypeScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtext-lsp-adapter
A proxy which adapts VSCode LSP requests to RText Service protocol commands.
`rtext-lsp-adapter` proxies requests between the language server and RText back-end, and modifies them in such a way that allows for the two to communicate correctly.
# Examples
`rtext-lsp-adapter` is used by [automate-vscode-extension](https://github.com/mdanilov/automate-vscode-extension).