From 6d355c35aa7dd3d9150a0bf2e6791f2bef3c3f8e Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Mon, 22 Jul 2024 20:47:42 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20#3326.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B8=D0=BC=D1=8F=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D1=85=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B2=20=D0=B0=D0=BF=D0=BF=D0=B5=D1=80=D0=BA=D0=B5=D0=B9=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_1c_syntax/bsl/languageserver/configuration/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json b/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json index 96fdadfbdff..fda40aa8eb9 100644 --- a/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json +++ b/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json @@ -858,7 +858,7 @@ "type": "object", "title": "Formatting configuration.", "properties": { - "useUpperCaseForOrNotKeywords": { + "useUpperCaseForOrNotAndKeywords": { "$id": "#/properties/useUpperCaseForOrNotAndKeywords", "type": "boolean", "default": true, @@ -948,4 +948,4 @@ "default": "ask" } } -} \ No newline at end of file +}