rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Webstorm 9, Run tab re-use no longer seems to be working #27

Closed wedwards99 closed 8 years ago

wedwards99 commented 10 years ago

After upgrading to Webstorm 9 the Multirun plugin had to be re-installed. Since then existing or new Multirun configurations seem to not recognize the setting for "Re-use tab to run configuration" and always start new tabs.

Thanks very much, Will

rkhmelyuk commented 9 years ago

Can you check the recent version of this plugin?

wedwards99 commented 9 years ago

The recent version now works as advertised, thanks. One problem (for me anyway) is that the definition is now re-use tab, except tab of failed configurations, and I do want to re-use the tabs regardless of its failure status. Things like the stop button in web storm is a non zero exit code and I think this defines it as a failed configuration.

Thanks again, Will