summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/outgoing_calls_response.json
blob: c7cf85cf8143b798d06575916542c09dc31cabe2 (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
34
35
36
37
38
39
40
41
42
[
  {
    "to": {
      "name": "foo",
      "kind": 12,
      "detail": "",
      "uri": "file:///a/file.ts",
      "range": {
        "start": {
          "line": 0,
          "character": 0
        },
        "end": {
          "line": 2,
          "character": 1
        }
      },
      "selectionRange": {
        "start": {
          "line": 0,
          "character": 9
        },
        "end": {
          "line": 0,
          "character": 12
        }
      }
    },
    "fromRanges": [
      {
        "start": {
          "line": 6,
          "character": 11
        },
        "end": {
          "line": 6,
          "character": 14
        }
      }
    ]
  }
]