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!(
|
messages!(
|
||||||
(Ack, Foreground),
|
(Ack, Foreground),
|
||||||
(AddProjectCollaborator, Foreground),
|
(AddProjectCollaborator, Foreground),
|
||||||
(ApplyCodeAction, Foreground),
|
(ApplyCodeAction, Background),
|
||||||
(ApplyCodeActionResponse, Foreground),
|
(ApplyCodeActionResponse, Background),
|
||||||
(ApplyCompletionAdditionalEdits, Foreground),
|
(ApplyCompletionAdditionalEdits, Background),
|
||||||
(ApplyCompletionAdditionalEditsResponse, Foreground),
|
(ApplyCompletionAdditionalEditsResponse, Background),
|
||||||
(BufferReloaded, Foreground),
|
(BufferReloaded, Foreground),
|
||||||
(BufferSaved, Foreground),
|
(BufferSaved, Foreground),
|
||||||
(ChannelMessageSent, Foreground),
|
(ChannelMessageSent, Foreground),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue