What’s ■■■■■■■ going on?
I just launched my app and launch bar just disspeared.
Instead of continue developing tasks I need to think how to launch app…
Thinking about fully migrate to Claude Code
Steps to Reproduce
Just launch flutter app with launch.json in Cursor
Expected Behavior
Launch bar should appear with all configurations described in the launch.json
Same, on both Windows and MacOS. Also at the bottom there is a weird white space. Finally after the bug with hidden tabs fixed I have to face yet another not working UI from an editor I am paying hundreds of dollars per month for. ://////
This happened to me too. But I notice in the screenshot that you have your activity bar orientation set the way I do (the VSCode default…vertical). If I look at the bottom of the sidebar, I see a “missing area”. Like a div that thinks there is supposed to be something there. And, in the end, VSCode is just a very glorified webapp. So, I set my workspace orientation back to the cursor default (horizontal). Once Cursor restarted, I could see the launch options again. Not ideal I know…I sometimes hate Cursor’s insistence of “going against the parent product’s defaults”. But this does give me back my functionality until there is a fix.
It happens when the activity bar is in vertical mode, the VS Code default. As @Sandy_Weatherby mentioned above, switching to the horizontal orientation brings the controls back.
Another workaround is Cmd+Shift+P > Debug: Select and Start Debugging. You can start configurations from there.