9 ms·
> 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":
by kfinley 10y 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,
// ...
}