I haven't been updating Visual Studio Code for a while and now I finally did. The unpleasant surprise was that it started opening new tabs after the current one instead of the last open one (which was the way it had acted before I updated it).
I've searched through the options and still can't find how to turn it off.
Is there a way to do that?
I'm on OSX if the behavior differs from Win/Linux.
To enable the tab-opening behavior, go all the way to the bottom of the menu and choose Tab Ordering > Position of New Tabs > After Last Tab.
Mac: ⌘ + t.
// Controls where editors open. Select 'left' or 'right' to open editors to the left or right of the current active one. Select 'first' or 'last' to open editors independently from the currently active one.
"workbench.editor.openPositioning": "last",
The default is "right" which is the behavior you do not want. Try "last".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With