summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/code_action_resolve_params_refactor.json
blob: d4bb3bd81c5c7b0e446cad3f4b09decd78ae67b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "title": "Extract to interface",
  "kind": "refactor.extract.interface",
  "isPreferred": true,
  "data": {
    "specifier": "file:///a/file.ts",
    "range": {
      "start": {
        "line": 0,
        "character": 7
      },
      "end": {
        "line": 0,
        "character": 33
      }
    },
    "refactorName": "Extract type",
    "actionName": "Extract to interface"
  }
}