diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 23:24:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 23:24:08 -0500 |
commit | b906df08a805e704e45cb7f2bc4b31e83d3222fe (patch) | |
tree | 759104ff30431544ebda005abad7e9cd89388b90 /lsp-write.c | |
parent | 08b2a1e746a871ae38f78bb8a26bb39bc9f304f6 (diff) |
deprecated support!
Diffstat (limited to 'lsp-write.c')
-rw-r--r-- | lsp-write.c | 1 |
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.) |