diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-03-10 13:41:35 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 13:41:35 +1100 |
commit | a020ebde2d9c69a1e2616c96f907866d417f2e0f (patch) | |
tree | c323920e7a3d071b59a248898f92100182eec31e /cli/tests | |
parent | 8d3baa7777b6bd2a2631e1b87a4676b520f2b447 (diff) |
fix(lsp): diagnostics use own thread and debounce (#9572)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/lsp/hover_request_mbc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } } |