Reputation: 26672
In Visual Studio Code how to you keep tabs the tabs from hiding when you enter Zen mode?
Ctrl+K Z
Upvotes: 15
Views: 5486
Reputation: 26672
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,
2023 Update
All settings can now be found in the docs.
Upvotes: 43