daf999c
Fully disable vim mode on start unless it's enabled
Click to expand commit body
Also: Make some structural adjustments to remove the need for defer. Instead of accessing the global in associated VimState functions, have a single method that allows us to call update instance methods.
Nathan Sobo
created
30e31f6
Test that vim mode can be disabled on startup
d742218
Merge pull request #680 from zed-industries/unregister-on-disconnect
Click to expand commit body
Properly clear out registration and sharing state when a host loses their connection
Nathan Sobo
created
62b4eb5
Add integration test for dropping host connections while sharing
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
a3e9a3a
Clear out project registration and sharing state on disconnect
Click to expand commit body
Previously, we weren't fully clearing the state associated with projects and worktrees when losing connection. This caused us to not see guest avatars disappear and not be able to re-share upon reconnect.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3339739
Merge pull request #678 from zed-industries/disk-based-diagnostics-transformation
Click to expand commit body
Preserve disk-based diagnostics whose ranges intersect with an edit since save
Antonio Scandurra
created
abf63b9
Merge pull request #673 from zed-industries/unfold-on-select-match
Click to expand commit body
Unfold when selecting next match
Antonio Scandurra
created
865cd19
Preserve disk-based diagnostics whose ranges intersect with an edit since save
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
7a6fe73
Rename `Patch::transform_old` to `Patch::old_to_new`
4a42025
Authenticate on startup if ZED_IMPERSONATE is assigned
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
657b92b
Don't prompt for keychain access when launching from a pty
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
ee9ed93
Don't try keychain after authentication fails
Click to expand commit body
Previously, we were achieving this by deleting the keychain item, but this can sometimes fail which leads to an infinite loop. Now, we explicitly never try the keychain when reattempting authentication after authentication fails.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>