Add scrollbars to outline panel (#19969)

Part of https://github.com/zed-industries/zed/issues/15324


![image](https://github.com/user-attachments/assets/4f32d585-9bd2-46be-8234-3658a71906ee)

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:
Kirill Bulatov 2024-10-30 19:09:14 +02:00 committed by GitHub
parent 7bc4cb9868
commit cf7b0c8971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 613 additions and 291 deletions

View file

@ -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
}
}
```