Search code examples
visual-studio-codecodespaces

Open files always in a new tab in Visual Studio Codespaces environment?


When I open a file it will be opened and replaced by tab that is open at that moment. That's not what I want, because the file needs to be opened in a new tab.

I use Visual Studio Codespaces environment.


Solution

  • set "workbench.editor.enablePreview": false in your settings.json or you can go to the UI and disable these

    Workbench