Files
zed/script
Max Brunsfeld 8a6264d933 Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085)
In this PR, we've added two new methods that LSP extensions can call:
* `shell_env()`, for retrieving the environment variables set in the
user's default shell in the worktree
* `which(command)`, for looking up paths to an executable (accounting
for the user's shell env in the worktree)

To test this out, we moved the `uiua` language support into an
extension. We went ahead and removed the built-in support, since this
language is extremely obscure. Sorry @mikayla-maki. To continue coding
in Uiua in Zed, for now you can `Add Dev Extension` from the extensions
pane, and select the `extensions/uiua` directory in the Zed repo. Very
soon, we'll support publishing these extensions so that you'll be able
to just install it normally.

Release Notes:

- N/A

---------

Co-authored-by: Marshall <marshall@zed.dev>
2024-03-08 17:18:06 -05:00
..
2024-01-29 11:58:24 -05:00
2023-11-09 11:08:30 -05:00
2024-02-01 11:54:49 -07:00
2023-11-20 11:01:37 -08:00
2024-03-08 13:44:01 -07:00
2024-03-02 14:46:02 -05:00
2024-03-06 21:35:46 -07:00
2024-02-01 11:57:09 -07:00
2023-04-05 08:18:51 -06:00
2022-10-26 16:19:19 -07:00
2024-01-23 16:52:08 +01:00
2024-03-07 15:40:27 -08:00
2022-01-27 08:51:55 +01:00
2023-09-25 21:45:28 -04:00
2024-02-02 19:24:49 -07:00