Add ability to hide status bar (#38974)
This pull request adds the ability to configure the setting to hide or show the status bar, as described in discussion: https://github.com/zed-industries/zed/discussions/38591 --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
co-authored by
Conrad Irwin
parent
6f4381b39d
commit
126ed6fbdd
@@ -1502,6 +1502,14 @@ Positive `integer` value between 1 and 32. Values outside of this range will be
|
||||
},
|
||||
```
|
||||
|
||||
There is an experimental setting that completely hides the status bar. This causes major usability problems (you will be unable to use many of Zed's features), but is provided for those who value screen real-estate above all else.
|
||||
|
||||
```json
|
||||
"status_bar": {
|
||||
"experimental.show": false
|
||||
}
|
||||
```
|
||||
|
||||
## LSP
|
||||
|
||||
- Description: Configuration for language servers.
|
||||
|
||||
Reference in New Issue
Block a user