Clarify rustup is requried (#20642)

Clarify that rustup is required to build developer extensions. Developer
extensions fail silently to the logs because rustup isn't found, even
when rust is installed.

Release Notes:

- N/A
This commit is contained in:
Bret Comnes 2024-11-13 17:20:20 -08:00 committed by GitHub
parent 7e349e52b1
commit 6b3c909155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ zed::register_extension!(MyExtension);
## Developing an Extension Locally
Before starting to develop an extension for Zed, be sure to [install Rust](https://www.rust-lang.org/tools/install).
Before starting to develop an extension for Zed, be sure to [install Rust via rustup](https://www.rust-lang.org/tools/install).
When developing an extension, you can use it in Zed without needing to publish it by installing it as a _dev extension_.