summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/prepare_call_hierarchy_response.json
blob: 93a7d4f1be8e517be4ace36d2b24569a1f8f7d38 (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
[
  {
    "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
      }
    }
  }
]