Vscode: Setting open file in new tab (not replaced current tab)?

Created on 31 Mar 2016  ·  3Comments  ·  Source: microsoft/vscode

  • VSCode Version: 0.10.11
  • OS Version: Windows 10

How can I setting open file in new tab when I select it from folder/file tree just like sublime text?(not replaced opened tab.)
I can't find where to config this.
Could anybody help me please?
Thx!

needs more info

Most helpful comment

After a year, you now have tabs in vscode. To have a new tab, press Ctrl+Shift+P, type Preference: Open User Settings, look for workbench.editor.enablePreview, set the value to false.
That should fix it.

All 3 comments

Do you mean when navigating the explorer with the keyboard?

I am marking this as duplicate of #224 because today you cannot use tabs in vscode.

@SiriusGuo as a workaround you can Ctrl+click on a file to open it to the side of the file, so that you do not replace the file.

After a year, you now have tabs in vscode. To have a new tab, press Ctrl+Shift+P, type Preference: Open User Settings, look for workbench.editor.enablePreview, set the value to false.
That should fix it.

Was this page helpful?
0 / 5 - 0 ratings