Use Inline Assist across the board
This commit is contained in:
parent
72413dbaf2
commit
df377d5195
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ impl View for QuickActionBar {
|
||||||
2,
|
2,
|
||||||
"icons/radix/magic-wand.svg",
|
"icons/radix/magic-wand.svg",
|
||||||
false,
|
false,
|
||||||
("Generate code".into(), Some(Box::new(InlineAssist))),
|
("Inline Assist".into(), Some(Box::new(InlineAssist))),
|
||||||
cx,
|
cx,
|
||||||
move |this, cx| {
|
move |this, cx| {
|
||||||
if let Some(workspace) = this.workspace.upgrade(cx) {
|
if let Some(workspace) = this.workspace.upgrade(cx) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue