mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
fix(lsp): complete exports for import mapped jsr specifiers (#24054)
This commit is contained in:
parent
13924fdb1b
commit
72088f2f52
3 changed files with 557 additions and 477 deletions
|
@ -2105,6 +2105,7 @@ impl Inner {
|
|||
&self.jsr_search_api,
|
||||
&self.npm_search_api,
|
||||
&self.documents,
|
||||
self.resolver.as_ref(),
|
||||
self.config.tree.root_import_map().map(|i| i.as_ref()),
|
||||
)
|
||||
.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue