Perform extension packaging in extension-cli (#9549)

Release Notes:

- N/A

---------

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-03-19 14:26:06 -07:00 committed by GitHub
parent 85c294da9a
commit fd11bd68f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 221 additions and 62 deletions

View file

@ -3,6 +3,7 @@ name = "Gleam"
description = "Gleam support for Zed"
version = "0.0.1"
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.gleam]
name = "Gleam LSP"

View file

@ -3,6 +3,7 @@ name = "Uiua"
description = "Uiua support for Zed"
version = "0.0.1"
authors = ["Max Brunsfeld <max@zed.dev>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.uiua]
name = "Uiua LSP"