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:
Kirill Bulatov 2024-08-19 18:44:52 +03:00 committed by GitHub
parent bac8e81e73
commit 69aae2037d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 4 deletions

View file

@ -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,
);