Make the run button actually run the project
Whenever I click the run button, I would prefer if it ran the project, and didn't give me a WHOLE POPUP where I have to press enter or click the first option.
They do this amazingly in PyCharm, where they have a dropdown for different run configurations, allowing you to run your files with only one click, not two.
Fleet
First I have to click this button

and then I get this popup, where I then have to press enter or click which configuration I want

PyCharm
I can simply click the green run arrow to run the project quickly, or I can click on “main” to open a dropdown menu to quickly edit run configurations or swap between different run configurations. It doesn't make me pick each time

Please sign in to leave a comment.
Hi Sean, thanks for sharing this with us, we'll take your suggestion into consideration. By the way, Fleet provides a shortcut for rerunning the most recent configuration (Ctrl+Shift+R), which could come in handy in your case.
Oh okay thanks! That's very nice to know
Yeah a settings option for what I mentioned above would be nice, I think there may be other people with my frustrations 🤣
You could even just add a rerun button beside the run button, that would probably work elegantly