ZIm/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
..
astro Extract Astro support into an extension (#9835) 2024-03-26 18:50:08 -04:00
clojure clojure: Add license file (#10127) 2024-04-03 12:04:14 -04:00
csharp File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
dart Fix Dart syntax highlighting issue (#8347) 2024-04-11 11:30:36 -07:00
elm Extract Elm language into an extension (#10432) 2024-04-11 10:23:49 -07:00
emmet emmet: Bump to v0.0.2 (#10426) 2024-04-11 11:56:25 -04:00
erlang Extract Erlang support into an extension (#9974) 2024-03-29 18:03:38 -04:00
gleam gleam: Bump to v0.1.0 (#10376) 2024-04-10 15:33:22 -04:00
glsl Extract GLSL language support into an extension (#10433) 2024-04-11 13:52:10 -04:00
haskell haskell: Bump to v0.1.0 (#10378) 2024-04-10 15:42:46 -04:00
html Extract HTML support into an extension (#10130) 2024-04-03 12:42:36 -04:00
lua Change authors of lua extension 2024-04-12 15:15:40 -07:00
ocaml Extract Ocaml language support into an extension (#10450) 2024-04-11 15:20:19 -07:00
php php: Bump to v0.0.2 (#10480) 2024-04-12 12:19:01 -04:00
prisma Add the ability for extensions to provide language settings (#10296) 2024-04-08 19:17:12 -04:00
purescript Fix typo in PureScript extension's struct name (#9831) 2024-03-26 16:29:55 -04:00
racket Extract Scheme and Racket language support into extensions (#10442) 2024-04-11 12:45:46 -07:00
scheme Extract Scheme and Racket language support into extensions (#10442) 2024-04-11 12:45:46 -07:00
svelte Use v0.0.6 of the zed_extension_api for extensions that need it (#10324) 2024-04-09 10:57:26 -04:00
terraform Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
toml toml: Bump to v0.1.0 (#10482) 2024-04-12 12:39:43 -04:00
uiua Update extension descriptions (#9939) 2024-03-28 17:14:55 -04:00
vue Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
zig zig: Use env if using zls from shell env (#10559) 2024-04-15 17:39:07 +02:00
.gitignore Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00