Files
galaxy/crates/lsp
Ryan WardandClaude Opus 4.6 59cfd0e2f5 Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-12 14:17:06 -05:00
..
2026-06-12 14:17:06 -05:00
2026-04-28 08:43:33 -05:00
2026-04-28 08:43:33 -05:00

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