Warm tip: This article is reproduced from stackoverflow.com, please click
visual-studio-code

VSCode showing only one file in the tab bar (can't open multiple files)

发布于 2020-03-29 12:46:20

I hit some shortcut and I can't find the setting the turn it off. But opening multiple files doesn't show different tabs.

Here's what I'm seeing

enter image description here

But this is what I'm expecting when I open a new tab

enter image description here

Questioner
Tolga E
Viewed
69
13.3k 2018-08-07 23:09

If I got it right this must be your case: check here. You just need to set this in your configuration file

"workbench.editor.showTabs": false

I also think that in this question the exact opposite is being asked

Hope that some of these help