summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/signature_help_request_01.json
blob: c3e185e08bef86a97cc5d7ad5ae0317a28165264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  }
}