summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-12-07 20:38:11 -0500
committerpommicket <pommicket@gmail.com>2024-12-07 20:38:11 -0500
commitbbe75ba8c590747e7df7664128afdf96aeb539e2 (patch)
tree40342f0fda4dbfcc02030a25dfe78d973170ab9a /main.c
parentb74905fcb282603f8afc45cd3f08fa8c28c83d41 (diff)
Better handling of LSP errors
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index dc733a9..7136f14 100644
--- a/main.c
+++ b/main.c
@@ -981,7 +981,6 @@ int main(int argc, char **argv) {
// this is a bit spammy
// sometimes clang is just like "this request was cancelled cuz the cursor moved"
//ted_error(ted, "LSP error: %s", lsp_response_string(r, r->error));
- } else {
// it's important that we send error responses here too.
// we don't want to be waiting around for a response that's never coming.
autocomplete_process_lsp_response(ted, r);