|
|
|
|
|
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,
// ...
}
|
|