eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Closing the Jet Brains IDE window doesn't stop the related Gateway process #23194

Closed azatsarynnyy closed 1 month ago

azatsarynnyy commented 1 month ago

Is your task related to a problem? Please describe

Closing the Jet Brains IDE window keeps the related Gateway process running forever. This leads to:

Describe the solution you'd like

Closing the Jet Brains IDE window should correctly stop the corresponding Gateway process:

Describe alternatives you've considered

To work the problem around, the user should call the Disconnect DevWorkspace ... command from the system tray manually:

image

This will stop the background Gateway processes.

Additional context

No response