ZIm/crates/zed/src
Tim Vilgot Mikael Fredenberg bb6e8053d3
windows: Don't load login shell environment (#22681)
I'm consistently getting the following error on startup:

```
2025-01-05T14:45:43.4602865+01:00 [ERROR] SHELL environment variable is not assigned so we can't source login environment variables

Caused by:
    environment variable not found
```

The source function, `load_login_shell_environment`, assumes a UNIX
environment and should therefore not be called on Windows. (Unless you
are using git bash?)

Release Notes:

* N/A
2025-01-07 19:52:47 +00:00
..
zed Add toolbar spacing and alignment improvements (#22771) 2025-01-07 16:07:25 +00:00
main.rs windows: Don't load login shell environment (#22681) 2025-01-07 19:52:47 +00:00
reliability.rs Improve Linux panic reporting (#22202) 2024-12-22 08:20:17 +00:00
zed.rs windows: Fix fs watch when file doesn't exist or is a symlink (#22660) 2025-01-07 18:20:22 +00:00