Fix errors resulting from rebase
This commit is contained in:
parent
a16fc2ba0c
commit
5cb59dfdab
6 changed files with 140 additions and 3103 deletions
|
@ -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,
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue