1 Open Issue Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
[HELP] Skill issue about 1 month ago

AI Summary: The user is encountering an error while using `cargo generate` to create a Zed editor plugin from a template. The error message indicates that the `cargo dist init` command is not found, suggesting a missing or incorrectly installed `cargo-dist` crate. The task involves troubleshooting the `cargo generate` process, identifying the root cause of the `cargo dist init` failure (likely a missing dependency), installing the necessary crate, and successfully generating the Zed plugin project.

Complexity: 4/5
bug help wanted question

Cargo Generate template plugin for Zed

Liquid