I’m having some issues getting the Cody Jetbrains plugin to work using remote (SSH) development. I’ve installed it on my client machine, and it works for local projects. However when I try remote development the plugin doesn’t load, and the install screen gives me a message that says IDE contains conflicting module 'com.intellij.jetbrains.client'
.
Cody version is 6.0.26
Jetbrains is 2024.2 (242.20224.347) in both the remote env and local.
Looking at the logs, I see this:
The Cody: AI Coding Assistant with Autocomplete & Chat (id=com.sourcegraph.jetbrains, path=~/Library/Application Support/JetBrains/PyCharm2024.2/plugins/frontend/Sourcegraph, version=6.0.26) plugin Plugin 'Cody: AI Coding Assistant with Autocomplete & Chat' is not compatible with the IDE because the IDE contains module 'com.intellij.jetbrains.client' which conflicts with the plugin
2024-08-21 09:44:34,303 [ 10472] INFO - #c.i.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: CodyBundle
2024-08-21 09:44:34,306 [ 10475] INFO - #c.i.i.p.PluginManager - Cannot find plugin com.sourcegraph.jetbrains resource-bundle: CodyBundle
Any help would be appreciated, TIA!