diff options
Diffstat (limited to 'cli/tests/lsp/code_action_params_refactor.json')
| -rw-r--r-- | cli/tests/lsp/code_action_params_refactor.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cli/tests/lsp/code_action_params_refactor.json b/cli/tests/lsp/code_action_params_refactor.json deleted file mode 100644 index 121c400ed..000000000 --- a/cli/tests/lsp/code_action_params_refactor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textDocument": { - "uri": "file:///a/file.ts" - }, - "range": { - "start": { - "line": 0, - "character": 0 - }, - "end": { - "line": 1, - "character": 0 - } - }, - "context": { - "diagnostics": [], - "only": [ - "refactor" - ] - } -} |
