feat(lsp): multi deno.json resolver scopes (#24206)

This commit is contained in:
Nayeem Rahman 2024-06-17 21:54:23 +01:00 committed by GitHub
parent 341913319c
commit 5dec3fd4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 762 additions and 255 deletions

View file

@ -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)