Move code action and completion edit messages to the background
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user