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:
Mansoor Ahmed
2025-10-02 10:02:57 -06:00
committed by GitHub
co-authored by Conrad Irwin
parent 6f4381b39d
commit 126ed6fbdd
10 changed files with 112 additions and 48 deletions
+8
View File
@@ -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.