summaryrefslogtreecommitdiff
path: root/lsp-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsp-write.c')
-rw-r--r--lsp-write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp-write.c b/lsp-write.c
index 51f638f..9922862 100644
--- a/lsp-write.c
+++ b/lsp-write.c
@@ -291,6 +291,7 @@ static void write_request(LSP *lsp, LSPRequest *request) {
// completion capabilities
write_key_obj_start(o, "completionItem");
write_key_bool(o, "snippetSupport", false);
+ write_key_bool(o, "deprecatedSupport", true);
write_obj_end(o);
// "completion item kinds" supported by ted
// (these are the little icons displayed for function/variable/etc.)