ZIm/extensions/slash-commands-example/extension.toml
Marshall Bowers 5a30e29848
Add example extension to showcase slash commands (#16300)
This PR adds an example extension to showcase how to write slash
commands in an extension.

Release Notes:

- N/A
2024-08-15 12:26:13 -04:00

17 lines
528 B
TOML

id = "slash-commands-example"
name = "Slash Commands Example"
description = "An example extension showcasing slash commands."
version = "0.1.0"
schema_version = 1
authors = ["Zed Industries <hi@zed.dev>"]
repository = "https://github.com/zed-industries/zed"
[slash_commands.echo]
description = "echoes the provided input"
requires_argument = true
tooltip_text = "Echoes the provided input"
[slash_commands.pick-one]
description = "pick one of three options"
requires_argument = true
tooltip_text = "Pick one of three options"