💻 Tech
One of the ways to organize your workspace is to wrap open tabs so that if you have multiple open files in VS Code, you don’t need to click the arrow to go back and forth the tabs; instead, you can enable the setting to wrap the tabs, so new tabs that don’t fit the horizontal space will go underneath. You can however use Open Editors under Explorer, but it’s much easier to work with open files as wrapped tabs at the front and center of the IDE.
{
"workbench.editor.wrapTabs": true
}