From d8ea26195dd6b3732400d77e28f7fade8d3789eb Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Mon, 16 Mar 2020 12:45:43 -0700 Subject: [PATCH] package.json: bool type should be boolean (#25) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9eff105..40474a7 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "default": "${workspaceFolder}/bin/yourExecutable.exe" }, "receiveAdapterOutput": { - "type": "bool", + "type": "boolean", "description": "redirect adapter log to debug console", "default": false } @@ -82,7 +82,7 @@ "default": "attach" }, "receiveAdapterOutput": { - "type": "bool", + "type": "boolean", "description": "redirect adapter log to debug console", "default": false }