summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_resolve_request_registry.json
blob: bae19d060972dcf3deb8fce5e1f3751b0c7e77ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "completionItem/resolve",
  "params": {
    "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"
    }
  }
}