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-complex.json

22 lines
522 B
JSON

{
"version": 1,
"registries": [
{
"schema": "/:module([a-zA-Z0-9_]*)@:version/:path*",
"variables": [
{
"key": "module",
"url": "http://localhost:4545/lsp/registries/complex.json"
},
{
"key": "version",
"url": "http://localhost:4545/lsp/registries/complex_${module}.json"
},
{
"key": "path",
"url": "http://localhost:4545/lsp/registries/complex_${module}_${version}.json"
}
]
}
]
}