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:
parent
7bc4cb9868
commit
cf7b0c8971
4 changed files with 613 additions and 291 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue