How do I make Godot automatically stop running a project when I save and it's lacking permissions?

Godot Version

4.4

Question

` I keep doing this - run project, there’s a bug, fix bug, attempt to save, get told no, try to F8 but it doesn’t work because I need to close the message window first, move mouse to close window, F8, and then finally save.

I would like to have a force-save option where Godot just stops the project for me.

EDIT: This technically isn’t a bug, just a huge annoyance in the development workflow.`

Can you share the error message you’re seeing?

Unable to write to file
File in use, locked or lacking permission

It’s technically not a bug, just a huge annoyance in the development workflow when I forget to stop the project before trying to save.

Windows locks files while in use, blame microsoft