mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Move code action and completion edit messages to the background
This commit is contained in:
parent
14d26eeedc
commit
d0d6916167
1 changed files with 4 additions and 4 deletions
|
@ -139,10 +139,10 @@ macro_rules! entity_messages {
|
|||
messages!(
|
||||
(Ack, Foreground),
|
||||
(AddProjectCollaborator, Foreground),
|
||||
(ApplyCodeAction, Foreground),
|
||||
(ApplyCodeActionResponse, Foreground),
|
||||
(ApplyCompletionAdditionalEdits, Foreground),
|
||||
(ApplyCompletionAdditionalEditsResponse, Foreground),
|
||||
(ApplyCodeAction, Background),
|
||||
(ApplyCodeActionResponse, Background),
|
||||
(ApplyCompletionAdditionalEdits, Background),
|
||||
(ApplyCompletionAdditionalEditsResponse, Background),
|
||||
(BufferReloaded, Foreground),
|
||||
(BufferSaved, Foreground),
|
||||
(ChannelMessageSent, Foreground),
|
||||
|
|
Loading…
Reference in a new issue