extensions: Add author to the manifest (#10134)
Related to #9910 Also, this PR will add a release note, since I've missed that in the original PR. Release Notes: - Added Emmet language extension to the extension store.
This commit is contained in:
@@ -3,7 +3,7 @@ name = "Emmet"
|
||||
description = "Emmet support"
|
||||
version = "0.0.1"
|
||||
schema_version = 1
|
||||
authors = []
|
||||
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
||||
repository = "https://github.com/zed-industries/zed"
|
||||
|
||||
[language_servers.emmet-language-server]
|
||||
|
||||
Reference in New Issue
Block a user