Deep Linking (ECP)

You can launch a debug session with a deep link by setting the deepLinkUrl property in your launch.json configuration.

{
  "type": "brightscript",
  "rootDir": "${workspaceFolder}/dist",
  "host": "192.168.1.2",
  "deepLinkUrl": "http://${host}:8060/launch/dev?contentId=loganLucky123&mediaType=movie"
}

There are several string placeholders you can use when defining your deep link url, but none of them are required.