Fix errors resulting from rebase

This commit is contained in:
Isaac Clayton 2022-07-07 18:14:16 +02:00
parent a16fc2ba0c
commit 5cb59dfdab
6 changed files with 140 additions and 3103 deletions

View file

@ -389,7 +389,7 @@ impl LspCommand for GetDefinition {
this.open_local_buffer_via_lsp(
target_uri,
language_server.server_id(),
lsp_adapter.name(),
lsp_adapter.name.clone(),
cx,
)
})
@ -610,7 +610,7 @@ impl LspCommand for GetReferences {
this.open_local_buffer_via_lsp(
lsp_location.uri,
language_server.server_id(),
lsp_adapter.name(),
lsp_adapter.name.clone(),
cx,
)
})