Move document highlights RPC message to the background

This commit is contained in:
Antonio Scandurra 2022-02-23 16:16:02 +01:00
parent 9e173564e9
commit f3c6320eeb
3 changed files with 64 additions and 5 deletions

View file

@ -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),