mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
22 lines
522 B
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|