From cc7b17df5d30337700a035ed45fac362d9df5a3e Mon Sep 17 00:00:00 2001 From: Veikka Tuominen Date: Fri, 2 Aug 2024 14:37:48 +0300 Subject: [PATCH] remove `zig.zls.enableInlayHints` This option was removed from ZLS. --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index e323658..54b4c7d 100644 --- a/package.json +++ b/package.json @@ -203,12 +203,6 @@ ], "default": "partial" }, - "zig.zls.enableInlayHints": { - "scope": "resource", - "type": "boolean", - "description": "Enables inlay hint support when the client also supports it", - "default": true - }, "zig.zls.inlayHintsShowVariableTypeHints": { "scope": "resource", "type": "boolean",