From 6485ad39ad09e7f08ee420d21d0dc6164b0b9dc8 Mon Sep 17 00:00:00 2001 From: yioneko Date: Mon, 30 Dec 2024 14:43:40 +0000 Subject: [PATCH] Update config schema --- packages/service/configuration.schema.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/service/configuration.schema.json b/packages/service/configuration.schema.json index ddc971f..c1f1a62 100644 --- a/packages/service/configuration.schema.json +++ b/packages/service/configuration.schema.json @@ -245,16 +245,6 @@ ] } }, - "javascript.inlayHints.enumMemberValues.enabled": { - "type": "boolean", - "default": false, - "markdownDescription": { - "message": "Enable/disable inlay hints for member values in enum declarations:\n```typescript\n\nenum MyValue {\n\tA /* = 0 */;\n\tB /* = 1 */;\n}\n \n```", - "comment": [ - "The text inside the ``` block is code and should not be localized." - ] - } - }, "javascript.suggest.includeCompletionsForImportStatements": { "type": "boolean", "default": true,