You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this plugin work with IntelliJ 2018? I have had it installed for a while under IntelliJ 2017, and the plugin was working fine. I have set up my External Tool, created a Run Config for that External Tool, and then I have been able to run that tool by selecting the right run configuration and then pressing the "play" button. However, in IntelliJ 2018 the "play" button does not become active when I select my run configuration. Is that a known issue, or something wrong in my local environment?
com.intellij.util.DeprecatedMethodException: The default implementation of ConfigurationFactory.getId is deprecated, you need to override it in de.markiewb.idea.externalrunconfiguration.EmptyRunConfigurationFactory. The default implementation delegates to 'getName' which may be localized but return value of this method must not depend on current localization.
Taken from the comments at https://plugins.jetbrains.com/plugin/9744-run-configuration-for-external-tools
The text was updated successfully, but these errors were encountered: