It seems that I've fat-fingered some hotkey and my top tabs in VSCode have disappeared.
I miss them terribly. How do I configure VSCode to show tabs of open files across the top of the window?
Thank you for your help.
It seems that I've fat-fingered some hotkey and my top tabs in VSCode have disappeared.
I miss them terribly. How do I configure VSCode to show tabs of open files across the top of the window?
Thank you for your help.
You probably set the "showTabs" setting to false. To fix this, open user settings: ctrl+shift+p and type in "user settings" and select the "Open User Settings" option.
Find the line that looks something similar to:
"workbench.editor.showTabs": false,
and delete it. Save the file, and you should see your tabs again.
If that is not the setting, read through your settings file and see if there is something else that may be causing the issue.
[for VS Code 1.91.1]
Press ctrl + shift + p and type in user settings
and select the "Open User Settings" option as @alexriedl said.
Search settings: showTabs
Go to Workbench -> Editor and then Show Tabs
Select multiple
© 2022 - 2025 — McMap. All rights reserved.