2021-04-09 11:27:27 +10:00
|
|
|
{
|
2021-12-14 06:24:11 +11:00
|
|
|
"version": 2,
|
2021-04-09 11:27:27 +10:00
|
|
|
"registries": [
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)@:version?/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-12-14 06:24:11 +11:00
|
|
|
"documentation": "/lsp/registries/doc_${module}.json",
|
|
|
|
"url": "/lsp/registries/modules_${module}.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "version",
|
2021-12-14 06:24:11 +11:00
|
|
|
"url": "/lsp/registries/${module}_versions.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2021-12-14 06:24:11 +11:00
|
|
|
"url": "/lsp/registries/${module}_${{version}}.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-12-14 06:24:11 +11:00
|
|
|
"documentation": "/lsp/registries/doc_${module}.json",
|
|
|
|
"url": "/lsp/registries/modules_${module}.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2021-12-14 06:24:11 +11:00
|
|
|
"url": "/lsp/registries/${module}_latest.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|