Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# lsp
|
||||
|
||||
This crate provides a stdio-only Language Server Protocol (LSP) client transport for Warp. It:
|
||||
|
||||
- Spawns and manages a language server process (child process)
|
||||
- Communicates over stdio using JSON-RPC with proper Content-Length framing
|
||||
|
||||
|
||||
See main.rs for an example implmentation
|
||||
Reference in New Issue
Block a user