rokucommunity / rokucommunity/vscode-brightscript-language
Ensure we're not doing device-info queries for 'alive' devices unless necessary
@Christian-Holbrook is already working on this.
Since Mar 12, 2026.
- Dominant language
- TypeScript
- Stars
- 132
- Forks
- 60
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 20
Description
There might be situations where the ssdp 'alive' response shows up and vscode isn't focused. in that case, we really shouldn't be running device-info requests over and over. (think keeping vscode focused over a 3 hour lunch break when someone's constantly power-cycling their roku).
So ensure we store the IP of that device, but don't device-info it until we actually need it (same as all other device types).
Consider what information is shown in the popup, might be an argument for doing the request sometimes (still consider focused/not-focused though)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.