You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Whenever I close my IDE (IntelliJ), it says "waiting for process detach" indefinitely, probably because it sent a SIGINT to the devenv service, which the latter captures to display its confirmation prompt. I can't find any way to disable this. I'm OK with devenv up taking proper time to gracefully shut down its processes, but preventing the normal exiting with a dialog box is a bit too much for a CLI process that's mostly "fire and forget".
The text was updated successfully, but these errors were encountered:
I've been investigating whether it's possible to prevent the exit confirmation by process-compose. And there is a setting for it, see F1bonacc1/process-compose#290
But, it requires a newer versin of process-compose (v1.40.0) where currentely in devenv v1.3.1 it uses v1.2.0 of process-compose
Hello,
Whenever I close my IDE (IntelliJ), it says "waiting for process detach" indefinitely, probably because it sent a SIGINT to the
devenv
service, which the latter captures to display its confirmation prompt. I can't find any way to disable this. I'm OK withdevenv up
taking proper time to gracefully shut down its processes, but preventing the normal exiting with a dialog box is a bit too much for a CLI process that's mostly "fire and forget".The text was updated successfully, but these errors were encountered: