summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/signature_help_request_02.json
blob: c2a6e0abbb5adcc2c27f35f1644494cf31d8bc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": 2,
  "jsonrpc": "2.0",
  "method": "textDocument/signatureHelp",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "position": {
      "character": 8,
      "line": 9
    }
  }
}