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

removing finished Services #93

Open dirk-w opened 2 years ago

dirk-w commented 2 years ago

I have a system with multiple independent spring services. When I start the services with multirun everything works fine, but when I stop the services with every start stop an entry under SpringBoot-> Finished was created.

Bildschirmfoto vom 2022-09-04 11-44-15

Is there a setting to remove this finished entrys? I think its memory consuming too because I have the possibility to access the console of each run.

Thanks in advance Cheers Dirk