ZIm/crates/project/src
Piotr Osiewicz 09e7b481b8
lsp: Add support for ShowMessage notification (#14012)
When "one newer language" sends these messages, "one newer editor" will
display a pop-up for users to see. :)

Related to https://github.com/gleam-lang/gleam/issues/3274


![image](https://github.com/zed-industries/zed/assets/24362066/00d2c168-59f0-4033-91c8-af29c47516b3)

Release Notes:

- A certain popular language recently had to work around a missing LSP
notification. This has been fixed
2024-07-09 20:12:05 +02:00
..
connection_manager.rs WIP: remoting (#10085) 2024-04-11 15:36:35 -06:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
lsp_command.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
lsp_ext_command.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
prettier_support.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
project.rs lsp: Add support for ShowMessage notification (#14012) 2024-07-09 20:12:05 +02:00
project_settings.rs Use rust-analyzer from path if possible (#12418) 2024-06-07 06:56:38 +02:00
project_tests.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs tasks: Add experimental support for user-defined task variables (#13699) 2024-07-01 15:59:19 +02:00
terminals.rs Reconnect button for remote projects (#12669) 2024-06-10 18:09:47 -06:00