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:
parent
7e349e52b1
commit
6b3c909155
1 changed files with 1 additions and 1 deletions
|
@ -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_.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue