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