zed/crates/extension_cli
Marshall Bowers 0981c97a22
extension_cli: Clear out existing manifest collections for old extension.json (#9780)
This PR fixes an issue in the extension CLI when building extensions
using the old manifest schema (`extension.json`).

If there were values provided for the `languages`, `grammars`, or
`themes` collections, these could interfere with the packaging process.

We aren't expecting these fields to be set in the source
`extension.json` (just in the generated one), so we can clear them out
when building up the manifest.

Release Notes:

- N/A

Co-authored-by: Max <max@zed.dev>
2024-03-25 12:44:32 -04:00
..
src extension_cli: Clear out existing manifest collections for old extension.json (#9780) 2024-03-25 12:44:32 -04:00
Cargo.toml Fix binary name for extension CLI (#9591) 2024-03-20 14:16:23 -04:00
LICENSE-GPL Introduce extension-cli binary, for packaging extensions in CI (#9523) 2024-03-19 10:50:21 -04:00