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