Defaults: 3px row spacing, project name off

The left border already says which project a row belongs to, so the
file name gets the whole row by default.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
This commit is contained in:
max
2026-09-08 19:07:41 +02:00
co-authored by Claude Fable 5.1
parent e60df4bdf6
commit c6bd7485f9
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -53,9 +53,9 @@ the close button replaces on hover.
- `verticalTabs.pinnedFirst` — list pinned tabs above the rest (default `true`)
- `verticalTabs.colorByProject` — colour each row's left border by project (default `true`)
- `verticalTabs.borderWidth` — width of that border in pixels (default `3`)
- `verticalTabs.rowSpacing` — pixels between rows (default `2`)
- `verticalTabs.showProject` — also show the project name as text (default `true`); turn it off and the file
name gets the whole row, with the border still telling you the project
- `verticalTabs.rowSpacing` — pixels between rows (default `3`)
- `verticalTabs.showProject` — also show the project name as text (default `false`, so the file name gets
the whole row and the border alone tells you the project); turn it on for the name in text too
- `verticalTabs.showDirectory` — when to show the directory: `never`, `duplicates` (default — only when two
open tabs share a file name), or `always`
- `verticalTabs.allGroups` — list every editor group, not just the active one (default `true`)