summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/code_action_params_refactor.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/lsp/code_action_params_refactor.json')
-rw-r--r--cli/tests/lsp/code_action_params_refactor.json21
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"
- ]
- }
-}