This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/reference/lsp.md
2026-03-31 15:38:58 +05:00

10 lines
515 B
Markdown

# LSP integration
**Primary paths:** `src/services/lsp/`, `src/tools/LSPTool/`
`LSPServerManager.ts`, `LSPClient.ts`, and related modules manage language server processes and diagnostics. The agent invokes LSP capabilities through `LSPTool`, which bridges model tool calls to LSP requests.
Passive feedback and config live alongside the manager (`passiveFeedback.ts`, `config.ts`).
**See also:** [Tools reference](https://code.claude.com/docs/en/tools-reference) (LSP tool), [Architecture](../architecture.md).