Improve workflow suggestion steps and debug info (#16309)
Release Notes: - N/A --------- Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Bennet Bo Fenner <bennet@zed.dev>
This commit is contained in:
parent
6b7664ef4a
commit
ff83e5b55a
6 changed files with 311 additions and 157 deletions
|
@ -2911,7 +2911,7 @@ impl ContextEditor {
|
|||
let mut assist_ids = Vec::new();
|
||||
for (excerpt_id, suggestion_group) in suggestion_groups {
|
||||
for suggestion in &suggestion_group.suggestions {
|
||||
assist_ids.extend(suggestion.show(
|
||||
assist_ids.extend(suggestion.kind.show(
|
||||
&editor,
|
||||
excerpt_id,
|
||||
workspace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue