zed/crates/extension
Marshall Bowers 931883aca9
extension: Remove tooltip_text from SlashCommandManifestEntry (#16306)
This PR removes the `tooltip_text` field from
`SlashCommandManifestEntry`s.

The `tooltip_text` is currently only used to set the `menu_text` on a
slash command, which is only used for featured slash commands.

Since slash commands from extensions are not currently able to be
featured, we don't need extension authors to provide this field in the
manifest.

This is a backwards-compatible change.

Release Notes:

- N/A
2024-08-15 13:25:55 -04:00
..
src extension: Remove tooltip_text from SlashCommandManifestEntry (#16306) 2024-08-15 13:25:55 -04:00
build.rs Copy extension_api Rust files to OUT_DIR when building extension to work around rust-analyzer limitation (#16064) 2024-08-10 18:19:11 -06:00
Cargo.toml extension: Upgrade wasmtime to v21 (#15210) 2024-07-25 13:56:40 -04:00
LICENSE-GPL Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00