00265c1
Add additional panic information to panic events (#2555)
Click to expand commit body
Adds the following to the panic event
release_channel
os_name
os_version
architecture
Merge first: https://github.com/zed-industries/zed.dev/pull/322
Release Notes:
- N/A
cc05590
Add additional panic information to panic events
Joseph Lyons
created
5e43dca
WIP: Add stateful status bubbling to worktree
Mikayla Maki
created
0bd9d5b
Zoom out all panes when opening a dock (#2554)
Click to expand commit body
Fixes
https://linear.app/zed-industries/issue/Z-2051/center-zoom-isnt-unset-when-opening-project-panel
Release Notes:
- Fixed a bug where opening the project panel did not reset the zoom
state of a pane.
9d6b374
Redraw the terminal on every wakeup (#2551)
Click to expand commit body
For whatever reason, the optimizations of panes and workspace have
caused the terminal to notify less often then it should. This PR fixes
that oversight.
d64dc39
Make settings store handle no user settings (#2550)
Click to expand commit body
This fixes the crash users have been reporting with the theme selector
Mikayla Maki
created
2390815
Make settings store handle no user settings
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2ffbeca
Avoid blocking forever on startup if config files do not exist (#2549)
Click to expand commit body
The files will still get created if the user opens their settings and
saves, otherwise everything will transparently work
Release Notes:
- Fixed an issue where a missing settings file would cause a hang on
startup
([#1590](https://github.com/zed-industries/community/issues/1590)).
Julia
created
51c82da
Avoid blocking forever on startup if config files do not exist
Click to expand commit body
The files will still get created if the user opens their settings and
saves, otherwise everything will transparently work
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
,
Antonio Scandurra
, and
Max Brunsfeld
created
0162197
Change "Project search" to "Project Search"
Piotr Osiewicz
created
e1a6dc9
search: Add a default tooltip for empty searches
Click to expand commit body
Z-1074
Piotr Osiewicz
created
788f97e
Add support for folder-specific settings (#2537)
Click to expand commit body
This PR allows you to customize Zed's settings within a particular
folder by creating a `.zed/settings.json` file within that folder.
Todo
* [x] respect folder-specific settings for local projects
* [x] respect folder-specific settings in remote projects
* [x] pass a path when retrieving editor/language settings
* [x] pass a path when retrieving copilot settings
* [ ] update the `Setting` trait to make it clear which types of
settings are locally overridable
Release Notes:
* Added support for folder-specific settings. You can customize Zed's
settings within a particular folder by creating a `.zed` directory and a
`.zed/settings.json` file within that folder.