Almighty-Alpaca / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/10233-discord-integration
Apache License 2.0
586 stars 63 forks source link

Way to select which Discord instance? #66

Closed retnikt closed 2 years ago

retnikt commented 5 years ago

I use both Stable and PTB Discord Desktop on my Ubuntu dev machine for home and work use (with two separate Discord accounts respectively). I would like to be able to select which of these clients, or both, the plugin displays my activity in. Currently I think whichever discord instance has been open for longest is used.

This may not be possible because of Discord Rich Presence limitations, in which case I understand.

Almighty-Alpaca commented 5 years ago

Your guess is correct. This isn't possible in a useful way with Disord's RPC library.

dnbln commented 4 years ago

The discord gamesdk might help with this one: https://discord.com/developers/docs/game-sdk/sdk-starter-guide#testing-locally-with-two-clients

Almighty-Alpaca commented 2 years ago

Closing this in favor of #232