blob: 98e913bdb5816a09e99c91afad4f55bf951b40e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"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"
}
]
}
]
}
|