4d55110
Restore seeding of random GH users in seed-db
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
ad4fd76
Use the same font size for hovered state of LSP status (#2821)
Click to expand commit body
This element is used for the update state as well for some reason so
while we don't normally ever see this state, it is used when the status
is acting as the restart to update button
Release Notes:
- Fixed an inconsistency in the status bar update button font size.
Julia
created
fca8cdc
Start work on rendering channel participants in collab panel
Click to expand commit body
Co-authored-by: mikayla <mikayla@zed.dev>
Max Brunsfeld
and
mikayla
created
df4480b
Use the same font size for hovered state of LSP status
Click to expand commit body
This element is used for the update state as well for some reason so
while we don't normally ever see this state, it is used when the status
is acting as the restart to update button
5e9f7f1
Improve panic message usefulness on local dev builds (#2819)
Click to expand commit body
I got tired of having to hack in a panic hook bypass whenever I wanted a
backtrace with line numbers. Now a dev channel build will behave more
like the default panic hook, printing a pretty traditional backtrace
message and exit with an error code instead of aborting to avoid the
annoying "Zed crashed" dialog.
I have plans to modify our panic reporting to be able to have line
numbers reported without breaking the de-duping but I haven't done that
yet.
Additionally I slightly improved what we do in threads which panic as a
result of another thread's panic.
Release Notes:
- N/A
Julia
created
3cee181
Improve panic message usefulness on local dev builds
Julia
created
cf060f0
added major and minor display text to project search, and fixed icon padding