SshLspAdapterDelegate (#17965)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-09-17 14:13:37 -06:00 committed by GitHub
parent 7814dd0301
commit 8cc6df573c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 268 additions and 148 deletions

View file

@ -370,6 +370,9 @@ messages!(
(WhichCommandResponse, Foreground),
(ShellEnv, Foreground),
(ShellEnvResponse, Foreground),
(TryExec, Foreground),
(ReadTextFile, Foreground),
(ReadTextFileResponse, Foreground)
);
request_messages!(
@ -495,7 +498,9 @@ request_messages!(
(AddWorktree, AddWorktreeResponse),
(CreateLanguageServer, Ack),
(WhichCommand, WhichCommandResponse),
(ShellEnv, ShellEnvResponse)
(ShellEnv, ShellEnvResponse),
(ReadTextFile, ReadTextFileResponse),
(TryExec, Ack),
);
entity_messages!(
@ -571,7 +576,9 @@ entity_messages!(
UpdateUserSettings,
CreateLanguageServer,
WhichCommand,
ShellEnv
ShellEnv,
TryExec,
ReadTextFile
);
entity_messages!(