1

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.

Fabian
  • 443
  • 4
  • 12

1 Answers1

1

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

Workbench

tHeSiD
  • 4,587
  • 4
  • 29
  • 49