Вкладка окна с уменьшением VSCODE

// Controls the sizing of editor tabs.
//  - fit: Always keep tabs large enough to show the full editor label.
//  - shrink: Allow tabs to get smaller when the available space is not enough to show all tabs at once.
"workbench.editor.tabSizing": "fit",
Marton