leonardssh / vscord

😎 Fully customizable VS Code extension to get Discord Rich Presence integration.
https://marketplace.visualstudio.com/items?itemName=LeonardSSH.vscord
MIT License
517 stars 105 forks source link

add start and stop idle command #341

Open sorpdev opened 2 months ago

sorpdev commented 2 months ago

Explaination

Implementation for my command suggestion (Issue #340)

manualIdleModeis to prevent automatically ending Idling when sendActivityis executed which has isIdling = false as default value.

The value of manualIdleMode is based on the setting Vscord › Status › Idle: Check.

manualIdling is used by the new commands and will override the isIdling parameter in the sendActivity function if manualIdleMode is set to true otherwise the normal behaviour will happen.

Command Stop Idle is only relevant if setting Vscord › Status › Idle: Check is set to false, otherwise it will automatically remove idle status

Use case

Feedback

I'm open for any feedback. Would love to see this feature implemented.