Run/Debug configuration Multirun not closing all successfully completed configs
I have 3 configurations running using the Multirun plugin in the following order.
- Tomcat server
- Spring Boot
- Grunt.js
None of my configurations fail to execute. When I stop the debugger, only the tomcat server tab closes if I have "Close tab of successfully completed configuration." If "Re-use tab to run configuration" is checked, then only the Tomcat server tab is reused and two more tabs are opened when I debug the Multirun configuration again. The Spring Boot and Grunt.js don't have a single instance checkbox on their respective configurations — How can I either force all tabs to either close or reuse all of the tabs when I stop the debug session?
请先登录再写评论。