SIGN IN SIGN UP

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>
M
Marshall Bowers committed
0981c97a2254b5402b76bd9d8aaf73547798bffa
Parent: eec8660
Committed by GitHub <noreply@github.com> on 3/25/2024, 4:44:32 PM