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 64 forks source link

No rich presence when using Writerside #389

Open obfuscatedgenerated opened 8 months ago

obfuscatedgenerated commented 8 months ago

No rich presence emitted from the new Writerside IDE.

I'm assuming this is just because the early access to Writerside is new and the plugin doesn't know about it yet, but I thought I'd flag it up.

The plugin functions in asking if I want to show project and files, which I accept, but there is no rich presence shown.

The rich presence would usually display between the 2 blocks shown on the screenshot: screenshot

There are no relevant warnings/errors in the log file and forcing a reconnect/render has no effect. No informational logs are emitted when I do either of these actions.

.idea/discord.xml:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="DiscordProjectSettings">
    <option name="show" value="PROJECT_FILES" />
    <option name="description" value="" />
  </component>
</project>