iCrawl / discord-vscode

🖋️ Update your discord status with a rich presence
https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode
MIT License
1.19k stars 1.65k forks source link

Clear presence on window loses focus, in unsupported page, and when idling w/ window focus. #1911

Open lettucegoblin opened 5 months ago

lettucegoblin commented 5 months ago

Problem: Considered idling when in non-accounted for workspaces(settings page, any file extension not supported yet) Solution: Clear presence and release control.

Problem: The extension right now rarely lets go of rpc control. If another RPC based app is running(i.e spotify) it would rarely get the chance to show on discord.   Solution: New configuration options: discord.clearOnIdleWhenInFocus and discord.clearOnLoseFocus, which control whether the activity should be cleared when the editor is in focus during idle time and when the window loses focus, respectively.