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
first off, thanks for your efforts. Using process-compose via devenv. Enjoy it a lot!
I am eager to disable the exit confirmation when in TUI mode.
I found the settings.yaml file where this should be achievable. I can confirm the file and it's contents are read as I also added the theme: Cobalt addition as a test and see the theme change. However, when adding
disable_exit_confirmation: true, i still get the confirmation when signaling exit.
expected behaviour
When in the settings.yaml file I configure disable_exit_confirmation: true i expect for process compose to quit immediately when asked for, without a confirmation screen
The text was updated successfully, but these errors were encountered:
Thanks for your feedback.
I tried to reproduce this in my environment, but it works as expected for me.
Can you share your settings.yaml file, version, OS, PC log file?
BTW, if you use PC with devbox (latest version 0.13.7), it uses PC 1.24.2.
The disable_exit_confirmation option was introduced in PC v1.40.0.
Thanks for your response @F1bonacc1
From your comment i see the issue. Devenv v1.3.1 uses process-compose v1.2.0 so it needs an upgrade there for the setting to take effect. Thanks for letting me know. I think you can untag this as a bug then.
first off, thanks for your efforts. Using process-compose via devenv. Enjoy it a lot!
I am eager to disable the exit confirmation when in TUI mode.
I found the settings.yaml file where this should be achievable. I can confirm the file and it's contents are read as I also added the
theme: Cobalt
addition as a test and see the theme change. However, when addingdisable_exit_confirmation: true
, i still get the confirmation when signaling exit.expected behaviour
When in the settings.yaml file I configure
disable_exit_confirmation: true
i expect for process compose to quit immediately when asked for, without a confirmation screenThe text was updated successfully, but these errors were encountered: