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
This commit is contained in:
Marshall Bowers 2024-08-15 15:54:53 -04:00 committed by GitHub
parent 5e05821d18
commit cb423bcb6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -17,6 +17,5 @@ commit = "426e67087fd62be5f4533581b5916b2cf010fb5b"
[slash_commands.gleam-project]
description = "Returns information about the current Gleam project."
requires_argument = false
tooltip_text = "Insert Gleam project data"
[indexed_docs_providers.gleam-hexdocs]

View file

@ -9,9 +9,7 @@ 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"