docs: Note the need for Rust when developing extensions (#18753)
This commit is contained in:
parent
1f31022cbe
commit
c9bee9f81f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue