ZIm/crates/workspace
Kirill Bulatov bd716f758d Restart LSP server on corresponding initialization_options change (#2690)
Inlay hints depend on LSP server settings, but servers do not update the
initialization options and query hints with old settings.

Generally, we cannot know whether a certain option can be changed
without server restart, which the name of the options implies too, so be
on the safe side and restart the server.
Hints will update automatically after the server either sends a /refresh
request or reports its work progress end after startup.

Release Notes:

- Fixed LSP server not restarting after `initialization_options`
settings changes
2023-07-06 23:33:40 +03:00
..
src Restart LSP server on corresponding initialization_options change (#2690) 2023-07-06 23:33:40 +03:00
Cargo.toml Eliminate assets crate 2023-06-06 11:46:46 -07:00
test.db Dock persistence working! 2022-12-03 16:06:01 -08:00