Kubernetes based Cloud Development Environments for Enterprise Teams
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
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:
impossible to open the Gateway window, as the background process keeps running:
there are icons in the system tray for each session that was not finished correctly:
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:This will stop the background Gateway processes.
Additional context
No response