Revert "extension: Define capabilities in the extension manifest (#16953)" (#17003)

This PR reverts the addition of extension capabilities from #16953.

While these may end up being useful at some point, after some discussion
they don't seem like the exact fit for what we're looking to do right
now.

This reverts commit 8ec36f1e2b.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-28 09:30:13 -04:00 committed by GitHub
parent 7bf8d733d6
commit ace8734b63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 32 deletions

View file

@ -6,10 +6,6 @@ schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed"
capabilities = [
{ kind = "download-file", host = "github.com", path_prefix = "gleam-lang/gleam" },
]
[language_servers.gleam]
name = "Gleam LSP"
language = "Gleam"