zed/crates/project
Kirill Bulatov 0b0a161626 Show inlay hints on startup for every language server with work events
Language servers such as typescript-language-servers report a single
work event, ending right after server's startup.

Other servers might send more similar event, also during startup.
The rest of the events are diagnostic-related and we filter them out.

React on such events with /refresh-like hint update, that will check
only the visible part of the editor for hints and might be replaced by
other /refresh requests, if needed.
2023-07-06 13:10:59 +03:00
..
src Show inlay hints on startup for every language server with work events 2023-07-06 13:10:59 +03:00
Cargo.toml fmt and update dependency 2023-06-29 17:49:42 -07:00