公告
财富商城
积分规则
提问
发文
2020-02-16 06:41发布
三岁会撩人
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
But this is what I'm expecting when I open a new tab
If you are using VSCODE , try this command + ctrl + w
command + ctrl + w
This has nothing to do with setting workbench.editor.showTabs:true.Just double click on the file you want open in new tab and it will VS Code will open it for you in new tab.
workbench.editor.showTabs:true
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
Follow this,
Go to Preferences -> Settings -> UserSettings -> Workbench -> EditorManagement check "Show Tabs"
and Restart, Enjoy (y)
By mistake i tap on mac ctrl + command + w button on visual studio code then open file tabs hide.
Then i tap same button Ctrl+ Cmd + w then its again shows
The accepted answer didn't work for me for some reason. But the answer found here: How to config vscode to open files always in a new tab? did.
In short:
In the menu bar, click on File, Preferences, Settings.
Then add this to your settings:
"workbench.editor.enablePreview": false
最多设置5个标签!
If you are using VSCODE , try this
command + ctrl + w
This has nothing to do with setting
workbench.editor.showTabs:true
.Just double click on the file you want open in new tab and it will VS Code will open it for you in new tab.If I got it right this must be your case: check here. You just need to set this in your configuration file
I also think that in this question the exact opposite is being asked
Hope that some of these help
Follow this,
and Restart, Enjoy (y)
By mistake i tap on mac ctrl + command + w button on visual studio code then open file tabs hide.
Then i tap same button Ctrl+ Cmd + w then its again shows
The accepted answer didn't work for me for some reason. But the answer found here: How to config vscode to open files always in a new tab? did.
In short:
In the menu bar, click on File, Preferences, Settings.
Then add this to your settings: