summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/code_action_params_refactor.json
blob: 121c400ed90e674dd3e1ac97a6abe175b73ff24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "textDocument": {
    "uri": "file:///a/file.ts"
  },
  "range": {
    "start": {
      "line": 0,
      "character": 0
    },
    "end": {
      "line": 1,
      "character": 0
    }
  },
  "context": {
    "diagnostics": [],
    "only": [
      "refactor"
    ]
  }
}