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",
|
2022-01-02 16:25:42 +11:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_${{version}}.json",
|
2022-01-04 17:42:33 +11:00
|
|
|
"url": "/lsp/registries/${module}_versions_${{version}}.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2022-01-07 11:27:13 +11:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_${{version}}_${path}.json",
|
2022-01-04 17:42:33 +11:00
|
|
|
"url": "/lsp/registries/${module}_${{version}}_${path}.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",
|
2022-01-07 11:27:13 +11:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_latest_${path}.json",
|
2022-01-04 17:42:33 +11:00
|
|
|
"url": "/lsp/registries/${module}_latest_${path}.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/std@:version?/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "version",
|
|
|
|
"url": "/lsp/registries/std_${{version}}.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
|
|
|
"url": "/lsp/registries/std_${{version}}_${path}.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/std/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "path",
|
|
|
|
"url": "/lsp/registries/std_latest_${path}.json"
|
2021-04-09 11:27:27 +10:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|