Maintain on the background scanner a set of expanded directories
This commit is contained in:
parent
a305d93567
commit
4c03231863
7 changed files with 250 additions and 48 deletions
|
@ -150,6 +150,8 @@ messages!(
|
|||
(DeclineCall, Foreground),
|
||||
(DeleteProjectEntry, Foreground),
|
||||
(Error, Foreground),
|
||||
(ExpandProjectEntry, Foreground),
|
||||
(CollapseProjectEntry, Foreground),
|
||||
(Follow, Foreground),
|
||||
(FollowResponse, Foreground),
|
||||
(FormatBuffers, Foreground),
|
||||
|
@ -255,6 +257,8 @@ request_messages!(
|
|||
(CreateRoom, CreateRoomResponse),
|
||||
(DeclineCall, Ack),
|
||||
(DeleteProjectEntry, ProjectEntryResponse),
|
||||
(ExpandProjectEntry, Ack),
|
||||
(CollapseProjectEntry, Ack),
|
||||
(Follow, FollowResponse),
|
||||
(FormatBuffers, FormatBuffersResponse),
|
||||
(GetChannelMessages, GetChannelMessagesResponse),
|
||||
|
@ -311,6 +315,8 @@ entity_messages!(
|
|||
CreateBufferForPeer,
|
||||
CreateProjectEntry,
|
||||
DeleteProjectEntry,
|
||||
ExpandProjectEntry,
|
||||
CollapseProjectEntry,
|
||||
Follow,
|
||||
FormatBuffers,
|
||||
GetCodeActions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue