zed/crates/extension
Marshall Bowers 9c0dba4ce1
Add a SlashCommandResult type alias (#19633)
This PR adds a new `SlashCommandResult` type alias.

We're going to be changing what slash commands can return in order to
support streaming, so having this type alias in place will make that
switch a bit more neat.

Release Notes:

- N/A
2024-10-23 14:32:43 -04:00
..
src Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
build.rs zed_extension_api: Fork new version of extension API (#17795) 2024-09-13 10:54:23 -04:00
Cargo.toml Restore HTTP client transition, but use reqwest everywhere (#19055) 2024-10-11 14:58:58 -07:00
LICENSE-GPL