Language server config is not updated for :lsp-restart
after :config-reload
#9398
Labels
A-helix-term
Area: Helix term improvements
C-bug
Category: This is a bug
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-good-first-issue
Call for participation: Issues suitable for new contributors
Summary
This behavior seems to stem from how
syn_loader
is replaced rather than the interior value being replaced:helix/helix-term/src/application.rs
Lines 383 to 388 in 9c56afe
combined with us not updating the value for
Registry
as well. I think we could useArcSwap
here like we do for the config.Reproduction Steps
:config-reload
and:lsp-restart
Helix Version
9c56afe
The text was updated successfully, but these errors were encountered: