Add configuration flow for inline assist button (#16369)
This adds a configuration prompt when using the inline assist button in the editor. Release Notes: - N/A
This commit is contained in:
parent
a9441879c3
commit
23d56a1a84
4 changed files with 34 additions and 14 deletions
|
@ -115,6 +115,8 @@ lazy_static! {
|
|||
#[derive(Clone, PartialEq)]
|
||||
pub struct RemoveWorktreeFromProject(pub WorktreeId);
|
||||
|
||||
actions!(assistant, [ShowConfiguration]);
|
||||
|
||||
actions!(
|
||||
workspace,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue