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

限于喜欢 提交于 2020-06-23 12:52:56

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!