mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
ccd6ee5c23
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
14 lines
219 B
JSON
14 lines
219 B
JSON
{
|
|
"id": 2,
|
|
"jsonrpc": "2.0",
|
|
"method": "textDocument/signatureHelp",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///a/file.ts"
|
|
},
|
|
"position": {
|
|
"character": 8,
|
|
"line": 9
|
|
}
|
|
}
|
|
}
|