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!
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.
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.