From 7a748371a79b13abf12886f4cb6ae0cd24bc4773 Mon Sep 17 00:00:00 2001 From: Zachary Norman Date: Wed, 5 Jul 2023 15:08:58 -0600 Subject: [PATCH] Update schema docs --- extension/language/schemas/config/v1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/language/schemas/config/v1.schema.json b/extension/language/schemas/config/v1.schema.json index 4743b8071..243bd2906 100644 --- a/extension/language/schemas/config/v1.schema.json +++ b/extension/language/schemas/config/v1.schema.json @@ -4,7 +4,7 @@ "definitions": { "1.0.0-options": { "type": "object", - "description": "This controls how code is automatically formatted when using the buttons in the sidebar or formatting on save.\n\nThese user-level preferences are only applied if you do *not* have an \"idl.json\" file in your workspace.", + "description": "This controls how code is automatically formatted when using the buttons in the sidebar or formatting on save.", "properties": { "quotes": { "type": "string",