Move document highlights RPC message to the background
This commit is contained in:
parent
9e173564e9
commit
f3c6320eeb
3 changed files with 64 additions and 5 deletions
|
@ -157,8 +157,8 @@ messages!(
|
|||
(GetCompletionsResponse, Foreground),
|
||||
(GetDefinition, Foreground),
|
||||
(GetDefinitionResponse, Foreground),
|
||||
(GetDocumentHighlights, Foreground),
|
||||
(GetDocumentHighlightsResponse, Foreground),
|
||||
(GetDocumentHighlights, Background),
|
||||
(GetDocumentHighlightsResponse, Background),
|
||||
(GetReferences, Foreground),
|
||||
(GetReferencesResponse, Foreground),
|
||||
(GetProjectSymbols, Background),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue