Learn Bash by Building a Boilerplate - Build a Boilerplate - Zen mode

Tell us what’s happening:
So I was messing around with options. In the first problem it says go to the “hamburger.” Well I get about 75% of the way through. Then I find this option called “Zen Mode” or something like that. Now I can’t bring up the terminal to continue the course. The hamburger button has disapeared.

Your code so far

I actually don’t know how I would put that in here but not a code related problem. UI problem.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Learn Bash by Building a Boilerplate - Build a Boilerplate

Link to the challenge:

Ok… I fixed it sort of. I still can’t escape zen mode… But I held CTRL and somewhere on the bottom row of text keys there is a shortcut to bring up the “explorer” and you can open a terminal from there.

from the docs on vs code, I will quote you some instructions:

Zen Mode lets you focus on your code by hiding all UI except the editor (no Activity Bar, Status Bar, Side Bar and Panel), going to full screen and centering the editor layout. Zen mode can be toggled using View menu, Command Palette or by the shortcut Ctrl+K Z. Double Esc exits Zen Mode. The transition to full screen can be disabled via zenMode.fullScreen (ref: https://code.visualstudio.com/docs/getstarted/userinterface#:~:text=Zen%20Mode,Double%20Esc%20exits%20Zen%20Mode.)