Search code examples
flutterdartvisual-studio-code

Missing Run And Debug Launch Configuration button in VS Code


I have the following situation.

I cannot change launch Dart configurations anymore since the button is missing. I think I hid it by accident but I cannot make it appear anymore.

enter image description here

Launch.json is still accessible but the button has disappeared.

Any help is appreciated, I don't really want to reinstall VS Code and I don't think it would help.


Solution

  • I've found out how to restore the button's position.

    Type the keyboard combination to start a Command (e.g.Command + Shift + P on MacOS) and run the command View: Reset All Menus. This'll make the hidden view reappear. The option to hide it is called Hide 'Start Debugging' and it cannot be found in the settings, so you have to reset the views to make it reappear.