Sunday, March 22, 2020

How to Open files in separate tab/new tab in visual studio code

By default, in Visual Studio Code, files open in the same tab instead of a separate tab.

To force to open separate tab/new tab in visual studio code then Disable the Preview Mode.

File -> Preferences -> Settings

In Settings -> Type “preview” in the search text field and uncheck the Enable Preview as highlighted.

That's it, now when you open any file in visual studio code it opens the file in a separate window/tab.

No comments:

Post a Comment