简体   繁体   中英

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

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.

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

切换选项卡可见性命令

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM