0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/lsp/registries/deno-import-intellisense-key-first.json

19 lines
390 B
JSON
Raw Normal View History

{
"version": 1,
"registries": [
{
"schema": "/:module([a-zA-Z0-9-_]+)@:tag([a-zA-Z0-9-_\\.]+)",
"variables": [
{
"key": "module",
"url": "http://localhost:4545/lsp/registries/key_first.json"
},
{
"key": "tag",
"url": "http://localhost:4545/lsp/registries/${module}_tags.json"
}
]
}
]
}