summaryrefslogtreecommitdiff
path: root/tests/testdata/lsp/registries/deno-import-intellisense-key-first.json
blob: 9aa33ecd30d6a15de296bae9c4d1966c79fa9945 (plain)
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"
        }
      ]
    }
  ]
}