Display default prompts more elaborately (#16471)
Show them under `User` role instead of a `System` one, and insert them expanded. Release Notes: - N/A
This commit is contained in:
parent
bac8e81e73
commit
69aae2037d
4 changed files with 32 additions and 4 deletions
|
@ -124,6 +124,7 @@ impl SlashCommandCompletionProvider {
|
|||
&command_name,
|
||||
&[],
|
||||
true,
|
||||
false,
|
||||
workspace.clone(),
|
||||
cx,
|
||||
);
|
||||
|
@ -208,6 +209,7 @@ impl SlashCommandCompletionProvider {
|
|||
&command_name,
|
||||
&completed_arguments,
|
||||
true,
|
||||
false,
|
||||
workspace.clone(),
|
||||
cx,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue