feat(lsp): provide completions from import map if available (#13624)

Closes #13619
This commit is contained in:
Kitson Kelly 2022-02-10 07:13:50 +11:00 committed by GitHub
parent e218d567d5
commit 773f882e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 351 additions and 7 deletions

View file

@ -1649,6 +1649,7 @@ impl Inner {
self.client.clone(),
&self.module_registries,
&self.documents,
self.maybe_import_map.clone(),
)
.await
{