zed/extensions/zig
Uberlicious cd9dd5ccf7
zig: Add Windows support (#15197)
Release Notes:

- N/A

Currently Windows environments do not have a `shell_env`. This causes
the Zig extension to error when trying to call `worktree.shell_env()`
since extensions api isn't yet on `0.0.7` and thus not using wasm-host
`0.0.7` we need to only call for the shell env only on non-windows
systems. 0.0.7 and onward at the moment return a Result from
`shell_env()`. The binary path is also slightly different on windows.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-07-25 11:30:02 -04:00
..
languages/zig zig: Improve indentation (#14332) 2024-07-12 10:24:07 -04:00
src zig: Add Windows support (#15197) 2024-07-25 11:30:02 -04:00
Cargo.toml zig: Bump to v0.1.4 (#14651) 2024-07-17 10:41:12 -04:00
extension.toml zig: Bump to v0.1.4 (#14651) 2024-07-17 10:41:12 -04:00
LICENSE-APACHE Extract Zig support into an extension (#9893) 2024-03-27 20:56:30 -04:00