summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/prepare_call_hierarchy_request.json
blob: 1f469ee8b4ef2d6a5b03ca0dcc89ee151d4ab765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "textDocument/prepareCallHierarchy",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "position": {
      "line": 5,
      "character": 3
    }
  }
}