From 96dcd5a529d6c74962742f86b2a1bef4809241d9 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 29 Aug 2023 08:29:48 -0400 Subject: [PATCH] Update stopDebuggerOnAppExit description related to debug protocol. (#497) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cec68698..eafa0dd0 100644 --- a/package.json +++ b/package.json @@ -752,7 +752,7 @@ }, "stopDebuggerOnAppExit": { "type": "boolean", - "description": "If true, will terminate the debug session if app exit is detected. This currently relies on 9.1+ launch beacon notifications, so will not work on a pre 9.1 device.", + "description": "If true, will terminate the debug session if app exit is detected. This option is ignored when enableDebugProtocol is set to true. This currently relies on 9.1+ launch beacon notifications, so will not work on a pre 9.1 device.", "default": true }, "enableSourceMaps": { @@ -2084,7 +2084,7 @@ }, "brightscript.debug.stopDebuggerOnAppExit": { "type": "boolean", - "description": "If true, will terminate the debug session if app exit is detected. This currently relies on 9.1+ launch beacon notifications, so will not work on a pre 9.1 device.", + "description": "If true, will terminate the debug session if app exit is detected. This option is ignored when enableDebugProtocol is set to true. This currently relies on 9.1+ launch beacon notifications, so will not work on a pre 9.1 device.", "default": true, "scope": "resource" },