zed/crates/extension_cli
Finn Evers 9ee3c503a4
extension: Perform compilation tasks in parallel (#55160)
This will improve local dev installation times as well as CI times by a
lot (I measured it once and for some extensions, it might save us up to
60% of CI time. It will similarly help locally).

I also moved the debug adapter schema validation to the other
validations, as it felt it makes more sense to check there as opposed to
doing this during the compilation step.

Release Notes:

- Improved dev extension installation times for language extensions with
multiple grammars or language servers.
2026-06-07 16:39:58 +00:00
..
src extension: Perform compilation tasks in parallel (#55160) 2026-06-07 16:39:58 +00:00
Cargo.toml extension: Perform compilation tasks in parallel (#55160) 2026-06-07 16:39:58 +00:00
LICENSE-GPL