expert-lsp / expert-lsp/expert

State becomes stale after minor modifications, requiring frequent manual restarts

オープン
#694 コメント 21 件 リアクション 2 件 担当者 0 名 GitHub で見る
bug
主要言語
Elixir
スター
2.1k
フォーク
113
平均マージ
1日 10時間
マージ済み PR(30日)
26

説明

### Environment
- **Editor:** Zed
- **Editor Version:** Zed v1.3.5 (2026-05-20)
- **OS:** macOS (arm)
- **Language Server:** Expert
- **Elixir & OTP Version:** Elixir 1.19.5-otp-28, OTP 28

### Steps to reproduce
1. Open an Elixir project in Zed.
2. Introduce a minor code change or fix an existing compile error/warning.
3. Save the file.
4. Observe that the editor diagnostics (errors/warnings) do not update, or display inline errors on lines that are now correct or blank.
5. Execute `editor: restart language server`. The diagnostics instantly clear and reflect the true state of the code.

### Expected behavior
The LSP should automatically recompile or track project changes incrementally on save, updating the diagnostics dynamically without requiring manual server restarts.

### Actual behavior
Diagnostics become completely detached from the current file state after a few minor edits, leaving the editor in a stale state.

https://github.com/zed-extensions/elixir/issues/132#issuecomment-4511606765

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。