Send extension counts when metadata changes
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
d1cdacdf14
commit
7bae759a02
4 changed files with 48 additions and 47 deletions
|
@ -890,7 +890,7 @@ impl LspCommand for GetHover {
|
|||
message: Option<lsp::Hover>,
|
||||
_: ModelHandle<Project>,
|
||||
buffer: ModelHandle<Buffer>,
|
||||
mut cx: AsyncAppContext,
|
||||
cx: AsyncAppContext,
|
||||
) -> Result<Self::Response> {
|
||||
Ok(message.and_then(|hover| {
|
||||
let range = hover.range.map(|range| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue