Hacker News new | ask | show | jobs
by kfinley 3598 days ago
> I wish I could revert to pre-tabs file behavior

Adding the following to your User Settings should get you pretty close:

  {
    "workbench.editor.showTabs": false,
    "workbench.editor.enablePreview": false,
    "workbench.editor.enablePreviewFromQuickOpen": false,
    // ...
  }
1 comments

Cool, thanks, anything to re-integrate left/middle/right into a single list again?
Not that I've found.