Propagate inlay background highlights to data storage

This commit is contained in:
Kirill Bulatov 2023-08-23 15:14:25 +03:00
parent 4b78678923
commit bcaff0a18a
6 changed files with 185 additions and 33 deletions

View file

@ -2126,7 +2126,6 @@ impl InlayHints {
})
}
// TODO kb instead, store all LSP data inside the project::InlayHint?
pub fn project_to_lsp_hint(
hint: InlayHint,
project: &ModelHandle<Project>,