rokucommunity / vscode-brightscript-language

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

Add button to copy device IP from Brighterscript Language > Devices #437

Open arturocuya opened 1 year ago

arturocuya commented 1 year ago

There's only a button to open the IP on a browser, but no button to copy the IP. Would be nice to have a 1-click for this.

image

arturocuya commented 1 year ago

I'll work on this when I have time, next weekend probably. Just wanted to create an issue for tracking.

TwitchBronBron commented 1 year ago

Great, thanks!

Here's the relevant section of code you'll need to modify.

https://github.com/rokucommunity/vscode-brightscript-language/blob/9deae16322d04538839c46980fde679dfae087a2/src/viewProviders/OnlineDevicesViewProvider.ts#L100