Fix comment in default.json (#34481)

Update line to properly reference the intended setting.

Release Notes:

- N/A
This commit is contained in:
Ariel Rzezak 2025-07-15 16:07:39 -03:00 committed by GitHub
parent 78b7737368
commit b398935081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@
"bottom_dock_layout": "contained",
// The direction that you want to split panes horizontally. Defaults to "up"
"pane_split_direction_horizontal": "up",
// The direction that you want to split panes horizontally. Defaults to "left"
// The direction that you want to split panes vertically. Defaults to "left"
"pane_split_direction_vertical": "left",
// Centered layout related settings.
"centered_layout": {