From 09cea778fc09a6dbee7dd4a3e8e5111b2ace0952 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:27:37 +0000 Subject: [PATCH] chore: auto-update files --- schema.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index c8d2482079f294b6499810c34c312f0e1729d929..f54df0996a5a763a9265bb51efb1d70c29780d63 100644 --- a/schema.json +++ b/schema.json @@ -92,7 +92,10 @@ } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "tools" + ] }, "LSPConfig": { "properties": { @@ -716,7 +719,10 @@ } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "ls" + ] } } }