docs: Note the need for Rust when developing extensions (#18753)

This commit is contained in:
Chris Boette 2024-10-05 12:26:28 -04:00 committed by GitHub
parent 1f31022cbe
commit c9bee9f81f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,8 @@ 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).
When developing an extension, you can use it in Zed without needing to publish it by installing it as a _dev extension_.
From the extensions page, click the `Install Dev Extension` button and select the directory containing your extension.