问题
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.
回答1:
set "workbench.editor.enablePreview": false
in your settings.json or you can go to the UI and disable these
来源:https://stackoverflow.com/questions/62391022/open-files-always-in-a-new-tab-in-visual-studio-codespaces-environment