Introduce /symbols
command in assistant panel (#14360)
Release Notes: - Added `/symbols` command in assistant panel. --------- Co-authored-by: Antonio <antonio@zed.dev> Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
decdd3b6ac
commit
98b95d9a51
6 changed files with 96 additions and 5 deletions
|
@ -31,7 +31,7 @@ impl SlashCommand for TermSlashCommand {
|
|||
}
|
||||
|
||||
fn menu_text(&self) -> String {
|
||||
"Insert terminal output".into()
|
||||
"Insert Terminal Output".into()
|
||||
}
|
||||
|
||||
fn requires_argument(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue