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>
19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 1,
|
|
"method": "textDocument/signatureHelp",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///a/file.ts"
|
|
},
|
|
"position": {
|
|
"character": 4,
|
|
"line": 9
|
|
},
|
|
"context": {
|
|
"triggerKind": 2,
|
|
"triggerCharacter": "(",
|
|
"isRetrigger": false
|
|
}
|
|
}
|
|
}
|