summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/hover_request.json
blob: f12bd52df608a358a91c7aaa2c2bbfd9563dee11 (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": 0,
      "character": 19
    }
  }
}