skip to Main Content

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.

3

Answers


  1. Chosen as BEST ANSWER

    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.


  2. An alternative, if anyone else is facing this: If you right-click the gear and check "Start debugging" then that should bring it back. Despite the name, it won’t actually start a debugging session!

    Login or Signup to reply.
  3. if resetting the menu from command option by pressing: Ctrl + Shift + P and typing the command View: Reset All Menus may work. In case it didn’t I suggest you to open a seperate command line i.e CMD or Terminal in VS Code itself then typing the command Flutter Run may help. Also you can press in the terminal R to hot reload your flutter, dart app.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search