rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
110 stars 41 forks source link

Add flag to disable "Deleting sideloaded channel" during debug start #338

Closed luis-soares-sky closed 2 years ago

luis-soares-sky commented 2 years ago

As of Roku OS 10.5, the registry appears to be cleared every time the sideloaded app is explicitly deleted (mysubmit=Delete) before installing. Due to this, we are forced to login on every launch of our app via VSC, because the extension runs Deleting existing sideloaded channel (if there is one).

Is it possible to add a setting that allows us to disable this behaviour?

TwitchBronBron commented 2 years ago

We actually just fixed this issue.. See https://github.com/rokucommunity/vscode-brightscript-language/issues/337

TwitchBronBron commented 2 years ago

337 should mitigate the need for this, so closing. Please comment if you're still seeing issues.