summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_resolve_request.json
blob: 7b78fb440ea1f9f56bdb000adbb08938408a4dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "completionItem/resolve",
  "params": {
    "label": "build",
    "kind": 6,
    "sortText": "1",
    "insertTextFormat": 1,
    "data": {
      "tsc": {
        "specifier": "file:///a/file.ts",
        "position": 5,
        "name": "build",
        "useCodeSnippet": false
      }
    }
  }
}