Skip to content

Commit

Permalink
set compact tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 31, 2024
1 parent 4264f6d commit a2fd0e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"postAttachCommand": "echo 'Post attach...'",
"window": {
"titleBarStyle": "custom",
"title": "${localWorkspaceFolderBasename}${separator}${containerName}${separator}${profileName}${separator}${activeEditorShort}"
"title": "${localWorkspaceFolderBasename}${separator}${containerName}${separator}${profileName}${separator}${activeEditorShort}",
"density": {
"editorTabHeight": "compact"
}
},
"search": {
"defaultViewMode": "list"
Expand Down

0 comments on commit a2fd0e2

Please sign in to comment.