From f7e416bc7fbb8b1bc17e180d5aeb2e4f00256bea Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 10 Aug 2021 09:56:34 +1000 Subject: feat(lsp): support clients which do not support disabled code actions (#11612) Closes: #11610 --- cli/tests/lsp/code_action_params_refactor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests/lsp/code_action_params_refactor.json') diff --git a/cli/tests/lsp/code_action_params_refactor.json b/cli/tests/lsp/code_action_params_refactor.json index 9fe359498..121c400ed 100644 --- a/cli/tests/lsp/code_action_params_refactor.json +++ b/cli/tests/lsp/code_action_params_refactor.json @@ -5,11 +5,11 @@ "range": { "start": { "line": 0, - "character": 7 + "character": 0 }, "end": { - "line": 0, - "character": 33 + "line": 1, + "character": 0 } }, "context": { -- cgit v1.2.3