summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/outgoing_calls_request.json
blob: a8d224ae8e511572c86655a77ed0bd4611f963b4 (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
26
27
28
29
30
31
32
33
{
  "jsonrpc": "2.0",
  "id": 5,
  "method": "callHierarchy/outgoingCalls",
  "params": {
    "item": {
      "name": "baz",
      "kind": 6,
      "detail": "Bar",
      "uri": "file:///a/file.ts",
      "range": {
        "start": {
          "line": 5,
          "character": 2
        },
        "end": {
          "line": 7,
          "character": 3
        }
      },
      "selectionRange": {
        "start": {
          "line": 5,
          "character": 2
        },
        "end": {
          "line": 5,
          "character": 5
        }
      }
    }
  }
}