SIGN IN SIGN UP

Apply bounds to all windows when using start-local-collaboration script (#2570)

The `start-local-collaboration` script opens two instances of Zed, each
logged in as a different user, and each one taking up half of the
screen. But previously, when joining a remote project as one of the
collaborators, that newly-opened window would be full screen.

Now, each instance of Zed keeps *all* of its windows on its half of the
screen. This is implemented by respecting the `ZED_WINDOW_{SIZE,BOUNDS}`
env vars, even when joining *remote* projects.

Release Notes:

- N/A
M
Max Brunsfeld committed
398b0f303cd461cfbaab8a93b48ae31da425bd9f
Committed by GitHub <noreply@github.com> on 6/5/2023, 9:49:39 PM