stale rust-analyzer errors during edits #1768

Closed
opened 2026-02-16 17:32:33 -05:00 by yindo · 2 comments
Owner

Originally created by @khimaros on GitHub (Sep 19, 2025).

rust-analyzer frequently ends up with stale warnings/errors that don't resolve until a successful rebuild and this ends up confusing the LLM.

is there a way to disable the LSP entirely for a given language?

Originally created by @khimaros on GitHub (Sep 19, 2025). rust-analyzer frequently ends up with stale warnings/errors that don't resolve until a successful rebuild and this ends up confusing the LLM. is there a way to disable the LSP entirely for a given language?
yindo closed this issue 2026-02-16 17:32:33 -05:00
Author
Owner

@rekram1-node commented on GitHub (Sep 19, 2025):

@khimaros

in your opencode.json:

{
  "lsp": {
      "rust": {
         "disabled": true
      }
  }
}
@rekram1-node commented on GitHub (Sep 19, 2025): @khimaros in your opencode.json: ``` { "lsp": { "rust": { "disabled": true } } } ```
Author
Owner

@rekram1-node commented on GitHub (Sep 19, 2025):

We have a separate issue tracking stale lsp: #2156

closing this as a duplicate of that

@rekram1-node commented on GitHub (Sep 19, 2025): We have a separate issue tracking stale lsp: #2156 closing this as a duplicate of that
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1768