IntelliJ services window runs the application in the run window not in its own window

Viewed 34

I've got a few applications that I want to run at the same time and the Services view in IntelliJ is ideal for this.

In previous versions I could always launch the application and it would run them on the right hand tab and I could switch between tabs easily by choosing the application on the left hand side.

Now I've moved to 2022.1 (or maybe something else in my config), every time I launch an application from the services view it opens it in the Run view and switches the view away from the nice Services view.

Is there something I need to configure or is this a bug? Any help appreciated.

1 Answers

You can add/remove run configuration types from Services as shown below:

Add

Remove

Related