summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_request_registry.json
blob: 2165fbdab6282fa5554f8fabba7eb8fe21695a35 (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": 46
    },
    "context": {
      "triggerKind": 2,
      "triggerCharacter": "@"
    }
  }
}