summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_request_registry_02.json
blob: 21c3bc4753d89a7d620f424463c3bf7f13a01062 (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": 20
    },
    "context": {
      "triggerKind": 2,
      "triggerCharacter": "\""
    }
  }
}