DEV Community

Discussion on: 5 Visual Studio Code Hacks That You Will Thank Me For (And They're Not Common Points Like "Install Prettier Extension")

Collapse
 
uzair004 profile image
Muhammad Uzair

Part 1 is useful, when opening new file and older closes is quite annoying. But what i don't understand is how uncheck new tab option will work. Isn't it opposite. Like open file in new tab should be checked so vscode open every file in new tab ?

Collapse
 
ishakmohmed profile image
Mohmed Ishak • Edited

I think we're referring to different settings. Anyway, open your settings.json file and add this if it doesn't work:

"workbench.editor.enablePreview": false
Enter fullscreen mode Exit fullscreen mode

Some comments have been hidden by the post's author - find out more