Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable_exit_confirmation setting seems to get ignored #290

Open
bjgbeelen opened this issue Dec 30, 2024 · 2 comments
Open

disable_exit_confirmation setting seems to get ignored #290

bjgbeelen opened this issue Dec 30, 2024 · 2 comments
Labels
bug Something isn't working need more info

Comments

@bjgbeelen
Copy link

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

@F1bonacc1
Copy link
Owner

Hey @bjgbeelen,

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.

@bjgbeelen
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need more info
Projects
None yet
Development

No branches or pull requests

2 participants