use ssh lsp store (#17655)
Release Notes: - ssh remoting: Added support for booting langauge servers (in limited circumstances) --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
130f19d8f9
commit
36eb1c15ea
45 changed files with 1553 additions and 671 deletions
|
@ -366,7 +366,8 @@ messages!(
|
|||
(FindSearchCandidates, Background),
|
||||
(FindSearchCandidatesResponse, Background),
|
||||
(CloseBuffer, Foreground),
|
||||
(UpdateUserSettings, Foreground)
|
||||
(UpdateUserSettings, Foreground),
|
||||
(CreateLanguageServer, Foreground)
|
||||
);
|
||||
|
||||
request_messages!(
|
||||
|
@ -490,6 +491,7 @@ request_messages!(
|
|||
(SynchronizeContexts, SynchronizeContextsResponse),
|
||||
(LspExtSwitchSourceHeader, LspExtSwitchSourceHeaderResponse),
|
||||
(AddWorktree, AddWorktreeResponse),
|
||||
(CreateLanguageServer, Ack)
|
||||
);
|
||||
|
||||
entity_messages!(
|
||||
|
@ -562,7 +564,8 @@ entity_messages!(
|
|||
UpdateContext,
|
||||
SynchronizeContexts,
|
||||
LspExtSwitchSourceHeader,
|
||||
UpdateUserSettings
|
||||
UpdateUserSettings,
|
||||
CreateLanguageServer
|
||||
);
|
||||
|
||||
entity_messages!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue