Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vscode decrease window tab

// 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",
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vscode #decrease #window #tab
ADD COMMENT
Topic
Name
2+1 =