java - Maximum number of IntelliJ Run Configurations before they roll off -
in intellij, if right-click on class , choose run 'xyz', adds them run configurations dialog.
this fine, after adding 6 new run configs way, rolls off configs you've losed least recently. annoying if run 6 different junit tests individually, run configs want keep deleted.
is there anyway increase limit 6?
thanks
you can open run
| edit configurations
, check share
checkbox configurations want save. , no deleted.
or, if don't want shared, can click save
icon in same configuration window. configuration not deleted.
you can find more information here
Comments
Post a Comment