From a020ebde2d9c69a1e2616c96f907866d417f2e0f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 10 Mar 2021 13:41:35 +1100 Subject: fix(lsp): diagnostics use own thread and debounce (#9572) --- cli/tests/lsp/hover_request_mbc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/lsp/hover_request_mbc.json b/cli/tests/lsp/hover_request_mbc.json index 6821fb0ff..6e7c55e08 100644 --- a/cli/tests/lsp/hover_request_mbc.json +++ b/cli/tests/lsp/hover_request_mbc.json @@ -8,7 +8,7 @@ }, "position": { "line": 2, - "character": 14 + "character": 15 } } } -- cgit v1.2.3