How to undo "Do not ask again" when deleting configuration
I checked “Do not ask again”. But now I want to undo it. I want to be asked for confirmation when I try to delete a configuration. Not sure what the full name is, but I'm referring to the configurations where you define the working directory, environment variables, Python interpreter etc. Where can I re-enable to confirmation dialog? Thank you!
Please sign in to leave a comment.
Hi William
From your description I believe you are trying to revert the confirmation behaviour of the configuration popup when deleting run configurations.
This behaviour is valid per project, so it only affects the current project but not new projects,
I cannot find any UI settings to restore this behaviour however it is possible to restore this by deleting the .idea (hidden) folder for this project.
To do this please
rm -R .ideafor linux/Mac)Please let me know if this works for you.
Kind regards,