summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_request_params_optional.json
blob: 1f3c079c738d82fb250a3a7dab3558e937a4cc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "textDocument": {
    "uri": "file:///a/file.ts"
  },
  "position": {
    "line": 8,
    "character": 4
  },
  "context": {
    "triggerKind": 2,
    "triggerCharacter": "."
  }
}