2021-04-08 21:27:27 -04:00
|
|
|
{
|
|
|
|
"version": 1,
|
|
|
|
"registries": [
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)@:version?/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-08-11 10:20:47 -04:00
|
|
|
"url": "http://localhost:4545/lsp/registries/modules.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "version",
|
2021-08-11 10:20:47 -04:00
|
|
|
"url": "http://localhost:4545/lsp/registries/${module}_versions.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2021-08-11 10:20:47 -04:00
|
|
|
"url": "http://localhost:4545/lsp/registries/${module}_${{version}}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-08-11 10:20:47 -04:00
|
|
|
"url": "http://localhost:4545/lsp/registries/modules.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2021-08-11 10:20:47 -04:00
|
|
|
"url": "http://localhost:4545/lsp/registries/${module}_latest.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|