There is a great extension maintained by the Roku Community:
This extension helps with Roku development in VS code. You can deploy and debug your code through VS Code
Commands Available:
> Roku: Deploy
: Installs and runs the app on the roku device.> Roku: Debug console
: Opens a terminal and connects to the debug console on the roku device> Roku: Deploy & Debug
: Executes "Deploy" and "Debug Console" commands consecutively
You need to have a Roku device on your network, go to preferences and check the Roku development section. Fill in your Roku device IP, username and password. You're good to go.
roku-development.ip
: The Roku device IP on your local networkroku-development.username
: The Roku device developer mode username. Default: rokudevroku-development.password
: The Roku device password.
There's an issue when running the debug console multiple times. We're working on that.
This is our first release. Any feedback is welcome.
Fixed a bug when where the plugin wouldn't deploy any custom directory inside the project.
Added "Deploy & Debug command" Renamed commands identifiers to roku.dev.[command-name]
Added icon to extension package
Initial release of Roku development extension
Enjoy!