summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_resolve_response_registry.json
blob: 99a4a048e2646e4ee1474be49e6afa521e1f3543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "label": "v2.0.0",
  "kind": 19,
  "detail": "(version)",
  "sortText": "0000000003",
  "filterText": "http://localhost:4545/x/a@v2.0.0",
  "textEdit": {
    "range": {
      "start": {
        "line": 0,
        "character": 20
      },
      "end": {
        "line": 0,
        "character": 46
      }
    },
    "newText": "http://localhost:4545/x/a@v2.0.0"
  }
}