editor: Scale minimap width to editor width (#32317)

This commit is contained in:
Evan Simkowitz 2025-06-19 04:24:06 -07:00 committed by GitHub
parent dec7baeb97
commit e202981f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 70 additions and 22 deletions

View file

@ -435,7 +435,9 @@
// 1. `null` to inherit the editor `current_line_highlight` setting (default)
// 2. "line" or "all" to highlight the current line in the minimap.
// 3. "gutter" or "none" to not highlight the current line in the minimap.
"current_line_highlight": null
"current_line_highlight": null,
// Maximum number of columns to display in the minimap.
"max_width_columns": 80
},
// Enable middle-click paste on Linux.
"middle_click_paste": true,