Add scrollbars to outline panel (#19969)
Part of https://github.com/zed-industries/zed/issues/15324  Repeats the approach used in the project panel. Release Notes: - Added scrollbars to outline panel --------- Co-authored-by: Nate Butler <nate@zed.dev>
This commit is contained in:
co-authored by
Nate Butler
parent
7bc4cb9868
commit
cf7b0c8971
@@ -2271,6 +2271,9 @@ Run the `theme selector: toggle` action in the command palette to see a current
|
||||
"auto_fold_dirs": true,
|
||||
"indent_guides": {
|
||||
"show": "always"
|
||||
},
|
||||
"scrollbar": {
|
||||
"show": null
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user