mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
cb423bcb6f
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
16 lines
442 B
TOML
16 lines
442 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
|
|
|
|
[slash_commands.pick-one]
|
|
description = "pick one of three options"
|
|
requires_argument = true
|