zed/extensions/slash-commands-example
Marshall Bowers cb423bcb6f
Remove tooltip_text from extension manifests (#16312)
This PR removes the `tooltip_text` from the extension manifests.

We stopped reading this value in #16306, as it wasn't being used, so we
don't need to include it in the manifest anymore.

Release Notes:

- N/A
2024-08-15 15:54:53 -04:00
..
src Add example extension to showcase slash commands (#16300) 2024-08-15 12:26:13 -04:00
Cargo.toml Add example extension to showcase slash commands (#16300) 2024-08-15 12:26:13 -04:00
extension.toml Remove tooltip_text from extension manifests (#16312) 2024-08-15 15:54:53 -04:00
LICENSE-APACHE Add example extension to showcase slash commands (#16300) 2024-08-15 12:26:13 -04:00
README.md Add example extension to showcase slash commands (#16300) 2024-08-15 12:26:13 -04:00

Slash Commands Example Extension

This is an example extension showcasing how to write slash commands.