summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_request.json
blob: 81bf719a9e0c7a21e471cd6a01d06dcb2ee84b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "textDocument/completion",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "position": {
      "line": 0,
      "character": 5
    },
    "context": {
      "triggerKind": 2,
      "triggerCharacter": "."
    }
  }
}