1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "version": 1, "registries": [ { "schema": "/:module([a-zA-Z0-9-_]+)@:tag([a-zA-Z0-9-_\\.]+)", "variables": [ { "key": "module", "url": "http://localhost:4545/lsp/registries/key_first.json" }, { "key": "tag", "url": "http://localhost:4545/lsp/registries/${module}_tags.json" } ] } ] }