mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
fix(lsp): correctly parse registry patterns (#12063)
This commit is contained in:
parent
5e2c5d0afa
commit
d36b01ff69
11 changed files with 369 additions and 60 deletions
|
@ -68,7 +68,7 @@ async fn check_auto_config_registry(
|
|||
let origin = specifier.origin().ascii_serialization();
|
||||
let suggestions = snapshot
|
||||
.module_registries
|
||||
.fetch_config(&origin)
|
||||
.check_origin(&origin)
|
||||
.await
|
||||
.is_ok();
|
||||
client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue