Skip to content

Commit

Permalink
Add entry in userSettings for this new option
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jul 26, 2023
1 parent bcdebf1 commit 632b187
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,12 @@
"description": "Should rendezvous tracking be enabled on launch? If `true`: turn on ECP rendezvous tracking, or turn on 8080 rendezvous tracking if ECP unsupported. If `false`, turn off both.",
"default": true,
"scope": "resource"
},
"brightscript.debug.deleteDevChannelBeforeInstall": {
"type": "boolean",
"default": false,
"description": "Delete any currently installed dev channel before starting the debug session",
"scope": "resource"
}
}
},
Expand Down

0 comments on commit 632b187

Please sign in to comment.