From e38b5f7096506d05c9d732acf58d4ad0db46182d Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Sun, 10 Sep 2023 17:23:33 +0200 Subject: [PATCH] Enabled Syntax-Check --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 9c4337b..179af44 100644 --- a/settings.json +++ b/settings.json @@ -7,7 +7,8 @@ }, "FeatureManagement": { "AdminService": true, - "LocalPublishService": true + "LocalPublishService": true, + "Syntax-Check": true }, "FileSizeLimit": 52428800, "AvailableStartYear": 1700,