mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
docs: Fix project_panel
setting defaults (#15358)
This PR fixes the defaults for the `project_panel` setting shown in the docs. Release Notes: - N/A
This commit is contained in:
parent
58755a6c88
commit
fee49fcf65
@ -1569,20 +1569,22 @@ Run the `theme selector: toggle` action in the command palette to see a current
|
|||||||
- Default:
|
- Default:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"project_panel": {
|
{
|
||||||
"button": true,
|
"project_panel": {
|
||||||
"dock": "left",
|
"button": true,
|
||||||
"git_status": true,
|
"default_width": 240,
|
||||||
"default_width": "N/A - width in pixels",
|
"dock": "left",
|
||||||
"auto_reveal_entries": true,
|
"file_icons": true,
|
||||||
"auto_fold_dirs": false,
|
"folder_icons": true,
|
||||||
"file_icons": true,
|
"git_status": true,
|
||||||
"folder_icons": true,
|
"indent_size": 20,
|
||||||
"indent_size" : 20,
|
"auto_reveal_entries": true,
|
||||||
"scrollbar": {
|
"auto_fold_dirs": true,
|
||||||
"show": "always"
|
"scrollbar": {
|
||||||
|
"show": "always"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dock
|
### Dock
|
||||||
|
Loading…
Reference in New Issue
Block a user