blob: 4d7eae150902fb436b1a945e88e6c75d70e150f3 (
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": 444,
"character": 6
}
}
}
|