How to show tabs of open files across the top of VSCode?
Asked Answered
K

3

2

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.

Knockout answered 17/8, 2017 at 20:0 Comment(0)
B
2

Open the command palette using Ctrl+Shift+P and execute View: Toggle Tab Visibility:

toggle tab visibility command

Byrom answered 1/11, 2021 at 14:57 Comment(0)
V
1

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.

Vachil answered 17/8, 2017 at 21:50 Comment(0)
M
0

[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

Marylnmarylou answered 14/7, 2024 at 18:22 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.