summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_resolve_params_optional.json
blob: cb99bf960cc0307c35909dcebae07cb67119a3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "label": "b?",
  "kind": 5,
  "sortText": "1",
  "filterText": "b",
  "insertText": "b",
  "data": {
    "tsc": {
      "specifier": "file:///a/file.ts",
      "position": 79,
      "name": "b",
      "useCodeSnippet": false
    }
  }
}