mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(lsp): multi deno.json resolver scopes (#24206)
This commit is contained in:
parent
341913319c
commit
5dec3fd4b7
10 changed files with 762 additions and 255 deletions
|
@ -340,7 +340,7 @@ async fn resolve_references_code_lens(
|
|||
locations.push(
|
||||
reference
|
||||
.entry
|
||||
.to_location(asset_or_doc.line_index(), &language_server.url_map),
|
||||
.to_location(asset_or_doc.line_index(), language_server),
|
||||
);
|
||||
}
|
||||
Ok(locations)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue