Closed TwitchBronBron closed 1 year ago
In the devices view, we should add a button that opens the "registry" ECP http output. Something like this:
It should: open a browser window to this URL: http://${ipOfItemInDeviceView}:8060/query/registry/dev
http://${ipOfItemInDeviceView}:8060/query/registry/dev
We register these items in src\viewProviders\OnlineDevicesViewProvider.ts
src\viewProviders\OnlineDevicesViewProvider.ts
Adding on to this issue to show a list of apps to pick which app to show the registry for
In the devices view, we should add a button that opens the "registry" ECP http output. Something like this:
It should: open a browser window to this URL:
http://${ipOfItemInDeviceView}:8060/query/registry/dev
We register these items in
src\viewProviders\OnlineDevicesViewProvider.ts