mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Use Inline Assist across the board
This commit is contained in:
parent
72413dbaf2
commit
df377d5195
@ -96,7 +96,7 @@ impl View for QuickActionBar {
|
||||
2,
|
||||
"icons/radix/magic-wand.svg",
|
||||
false,
|
||||
("Generate code".into(), Some(Box::new(InlineAssist))),
|
||||
("Inline Assist".into(), Some(Box::new(InlineAssist))),
|
||||
cx,
|
||||
move |this, cx| {
|
||||
if let Some(workspace) = this.workspace.upgrade(cx) {
|
||||
|
Loading…
Reference in New Issue
Block a user