[PR #2292] Use a single rust LSP server instance for entire cargo workspace #10260

Closed
opened 2026-02-16 18:14:53 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2292

State: closed
Merged: Yes


Previous: multiple rust lsp servers started, one for each crate within a cargo workspace. Each was inevitably reading the entire worksapce, consuming large amount of RAM, often leading to OOM.

Now: launch one single lsp server for the entire workspace.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2292 **State:** closed **Merged:** Yes --- Previous: multiple rust lsp servers started, one for each crate within a cargo workspace. Each was inevitably reading the entire worksapce, consuming large amount of RAM, often leading to OOM. Now: launch one single lsp server for the entire workspace.
yindo added the pull-request label 2026-02-16 18:14:53 -05:00
yindo closed this issue 2026-02-16 18:14:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10260