basex-lsp/sample.msg/hover/client.json
2025-08-04 12:34:23 +01:00

14 lines
No EOL
193 B
JSON

{
"jsonrpc": "2.0",
"id": 2,
"method": "textDocument/hover",
"params": {
"textDocument": {
"uri": "file:///session1.json"
},
"position": {
"line": 2,
"character": 22
}
}
}