From b7f2ba05246e6a83fbd0282453882efd9bed3809 Mon Sep 17 00:00:00 2001 From: PBDm Date: Tue, 24 Mar 2020 17:58:39 +0800 Subject: [PATCH] fix xmake.customDebugConfig description --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc984e8..d825cfa 100644 --- a/package.json +++ b/package.json @@ -331,15 +331,14 @@ "default": "default", "enum": [ "default", - "codelldb", - "custom" + "codelldb" ], - "description": "The Debugging Configuration Type, .e.g default|codelldb|custom" + "description": "The Debugging Configuration Type, .e.g default|codelldb" }, "xmake.customDebugConfig": { "type": "object", "default": {}, - "description": "The Custom Debugging Configurations when xmake.debugConfigType is custom" + "description": "The Custom Debugging Configurations" } } }