mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Use "install" to refer to extension installation process (#10049)
Release Notes: - Improved discoverability of dev extension installation action ([#10048](https://github.com/zed-industries/zed/issues/10048)).
This commit is contained in:
parent
83ce783856
commit
fbf3e1d79d
@ -52,5 +52,5 @@ zed::register_extension!(MyExtension);
|
||||
To run your extension in Zed as you're developing it:
|
||||
|
||||
- Open the extensions view using the `zed: extensions` action in the command palette.
|
||||
- Click the `Add Dev Extension` button in the top right
|
||||
- Click the `Install Dev Extension` button in the top right
|
||||
- Choose the path to your extension directory.
|
||||
|
@ -817,7 +817,7 @@ impl Render for ExtensionsPage {
|
||||
.justify_between()
|
||||
.child(Headline::new("Extensions").size(HeadlineSize::XLarge))
|
||||
.child(
|
||||
Button::new("add-dev-extension", "Add Dev Extension")
|
||||
Button::new("install-dev-extension", "Install Dev Extension")
|
||||
.style(ButtonStyle::Filled)
|
||||
.size(ButtonSize::Large)
|
||||
.on_click(|_event, cx| {
|
||||
|
Loading…
Reference in New Issue
Block a user