summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/completions/npm/resolve_params.json
blob: c83b8ce495832dc2241415cea67dc56c10d24660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "label": "MyClass",
  "kind": 6,
  "sortText": "1",
  "insertTextFormat": 1,
  "data": {
    "tsc": {
      "specifier": "file:///a/file.ts",
      "position": 69,
      "name": "MyClass",
      "useCodeSnippet": false
    }
  }
}