summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/code_action_response_no_disabled.json
blob: c69bd1120fb2c348c6db5fa9a4091c74344752e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "title": "Move to a new file",
    "kind": "refactor.move.newFile",
    "isPreferred": false,
    "data": {
      "specifier": "file:///a/file.ts",
      "range": {
        "start": {
          "line": 0,
          "character": 0
        },
        "end": {
          "line": 14,
          "character": 0
        }
      },
      "refactorName": "Move to a new file",
      "actionName": "Move to a new file"
    }
  }
]