Files
zed/extensions
Thorsten Ball da0d968a2c zig: Use env if using zls from shell env (#10559)
This fixes the problem of the Zig extension picking up `zls` from the
shell env but `zls` then failing to launch because it cannot find `zig`.

Scenario in which this happens:
- `.envrc` in a project that sets `$PATH` up
- in that `$PATH` there's `zls` and `zig`
- Zed is started from Dock
- Project is opened
- Shell env from project directory is loaded and used to get to `zls`
- `zls` is then started, without that environment set on the process
- `zls` cannot find `zig`

Release Notes:

- N/A

Co-authored-by: Marshall <marshall@zed.dev>
2024-04-15 17:39:07 +02:00
..
2024-04-11 11:56:25 -04:00
2024-04-10 15:33:22 -04:00
2024-04-10 15:42:46 -04:00
2024-04-12 15:15:40 -07:00
2024-04-12 12:19:01 -04:00
2024-04-12 14:39:27 -04:00
2024-04-12 12:39:43 -04:00
2024-04-12 14:39:27 -04:00