Suppose you have 5 open tabs in order from 1-5. If you select tab 1, then select tab 5 and close it (ctrl+w), the editor goes back to tab 1.
I want it to go to tab 4, i.e. the previous neighboring tab of the tab that was closed. Not the previously selected tab.
Is there a setting in VS Code for this behavior?