rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
13 stars 8 forks source link

cwd and roku-deploy #19

Open TwitchBronBron opened 4 years ago

TwitchBronBron commented 4 years ago

roku-deploy will look at cwd for roku-deploy.json and bsconfig.json, which is not always ideal. It is expected that all required parameters are provided to the debug session, so we should prevent roku-deploy from reading any config files that happen to exist at cwd. This mostly unlikely to cause real-world issues, but it should still be resolved.