Hello there,
When using Gateway it’s possible to install a plugin for either client or host which confuses users. Our plugin should only work on host. Is there a way to make a plugin <incompatible-with/>
only the Client?
Hello there,
When using Gateway it’s possible to install a plugin for either client or host which confuses users. Our plugin should only work on host. Is there a way to make a plugin <incompatible-with/>
only the Client?
Gateway supports only a limited set of modules. So, you may want to add an unsupported module in order to make your plugin incompatible with Gateway. Per example <depends>com.intellij.modules.lang</depends>
(in your plugin.xml). I think all regular IDEs have this module, except Gateway.