Skip to content

Commit

Permalink
Update stopDebuggerOnAppExit description related to debug protocol. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Aug 29, 2023
1 parent 2ea3d90 commit 96dcd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 96dcd5a

Please sign in to comment.