1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-15 16:43:44 -05:00
denoland-deno/cli/tests/lsp/signature_help_request_02.json

15 lines
219 B
JSON
Raw Normal View History

{
"id": 2,
"jsonrpc": "2.0",
"method": "textDocument/signatureHelp",
"params": {
"textDocument": {
"uri": "file:///a/file.ts"
},
"position": {
"character": 8,
"line": 9
}
}
}