mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 14:47:30 +00:00
90a12f5564
This fixes the bug with hover tooltips appearing multiple times. Turns out everytime we receive the `CreateLanguageServer` message we'd add a new adapter but only have a single server running for all of them. And we send a `CreateLanguageServer` message everytime you open a buffer. What this does is to only add a new adapter if it hasn't already been registered, which is also what we do locally. Release Notes: - N/A |
||
---|---|---|
.. | ||
lsp_command | ||
buffer_store.rs | ||
connection_manager.rs | ||
debounced_delay.rs | ||
environment.rs | ||
lsp_command.rs | ||
lsp_ext_command.rs | ||
lsp_store.rs | ||
prettier_store.rs | ||
project.rs | ||
project_settings.rs | ||
project_tests.rs | ||
search.rs | ||
search_history.rs | ||
task_inventory.rs | ||
terminals.rs | ||
worktree_store.rs | ||
yarn.rs |