add proto stuff
This commit is contained in:
parent
5769cdc354
commit
52dbf2f9b8
13 changed files with 317 additions and 239 deletions
|
@ -168,6 +168,8 @@ messages!(
|
|||
(UpdateWorktree, Foreground),
|
||||
(UpdateWorktreeExtensions, Background),
|
||||
(UpdateHeadText, Background),
|
||||
(GetPrivateUserInfo, Foreground),
|
||||
(GetPrivateUserInfoResponse, Foreground),
|
||||
);
|
||||
|
||||
request_messages!(
|
||||
|
@ -190,6 +192,7 @@ request_messages!(
|
|||
(GetTypeDefinition, GetTypeDefinitionResponse),
|
||||
(GetDocumentHighlights, GetDocumentHighlightsResponse),
|
||||
(GetReferences, GetReferencesResponse),
|
||||
(GetPrivateUserInfo, GetPrivateUserInfoResponse),
|
||||
(GetProjectSymbols, GetProjectSymbolsResponse),
|
||||
(FuzzySearchUsers, UsersResponse),
|
||||
(GetUsers, UsersResponse),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue