5a8061a
Add the ability to open a window on a given screen
Click to expand commit body
This is done by supplying the screen in the `WindowOptions` struct.
Note that it's optional, and we will let the operating system choose
which screen to show the window on when `screen` is not provided, as
we did before this change.
Antonio Scandurra
created
509c327
Merge pull request #1816 from zed-industries/letterbox-background
Click to expand commit body
Use the same background color as the editor for `SharedScreen`
Antonio Scandurra
created
56a66b3
Use the same background color as the editor for `SharedScreen`
Antonio Scandurra
created
a7d86a1
Merge pull request #1812 from zed-industries/fix-500-error-on-user-join
Click to expand commit body
Fix duplicate key error that occurs when a user joins that is already in the db
Joseph T. Lyons
created
3833346
Fix duplicate key error that occurs when a user joins that is already in the db
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Joseph T Lyons
and
Max Brunsfeld
created
6a2dc44
Merge pull request #1802 from zed-industries/autoclose-with-same-start-and-end
Click to expand commit body
Fix autoclose skipping when start and end are the same character
Max Brunsfeld
created
e907331
Add test for autoclosing w/ matching start and end char
Max Brunsfeld
created
3b67602
Merge pull request #1810 from zed-industries/contacts-scroll-position
33ebfc3
Rename `depth` to `height` when referring to stacking contexts
Antonio Scandurra
created
6a4f3aa
Create a `SceneBuilder` and sort stacking contexts when calling `build`
Antonio Scandurra
created
c1f7ac0
Merge pull request #1808 from zed-industries/fix-diagnostics-on-rust
Click to expand commit body
Match progress token's prefix to detect disk-based diagnostic progress
Antonio Scandurra
created
19adfdf
Match progress token's prefix to detect disk-based diagnostic progress
Click to expand commit body
The new version of rust-analyzer changed the disk-based diagnostic token
to `rust-analyzer/checkOnSave/0`. The trailing number could be different
from 0 when there are multiple Rust projects open using the same rust-analyzer
instance.
As such, with this commit we will perform a prefix match as opposed to a strict
equality check when detecting a disk-based diagnostics progress token.
Antonio Scandurra
created
af74d54
Merge pull request #1806 from zed-industries/pending-state-when-calling
Click to expand commit body
Show a `Calling` indicator right away when initiating a call
Antonio Scandurra
created
2a37732
Show a `Calling` indicator right away when initiating a call