In Visual Studio Code how to you keep tabs the tabs from hiding when you enter Zen mode?
Ctrl+K Z
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 ⌘K Z (Windows, Linux Ctrl+K Z).
Press Esc twice to exit Zen Mode. You can also drag and drop editors to create new editor groups and move editors between groups. Keyboard Shortcut: Ctrl+click ( Cmd+click on macOS) You can quickly open a file or image or create a new file by moving the cursor to the file link and using Ctrl+click.
Enter distraction free Zen mode. Press Esc twice to exit Zen Mode. You can also drag and drop editors to create new editor groups and move editors between groups. Keyboard Shortcut: Ctrl+click ( Cmd+click on macOS) You can quickly open a file or image or create a new file by moving the cursor to the file link and using Ctrl+click.
Tabs #. Visual Studio Code shows open items with Tabs (tabbed headings) in the title area above the editor. When you open a file, a new Tab is added for that file. Tabs let you quickly navigate between items and you can Drag and Drop Tabs to reorder them.
Answering this one myself as I've had to do it a few times and Google took too long. 😃
"workbench.editor.showTabs": true,
"zenMode.hideTabs": false,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With