summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/hover_request_mbc.json
blob: 6e7c55e085da809f3516983c6d8fc0eb202e083e (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": 2,
      "character": 15
    }
  }
}