Capitalize default slash command description (#25794)
Update default slash command to use description constant format from https://github.com/zed-industries/zed/pull/18595. |Before|After| |---|---| ||| ^ This is when you type slash in the assistant panel. Release Notes: - N/A
This commit is contained in:
parent
212c8f4c31
commit
472dde509f
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ impl SlashCommand for DefaultSlashCommand {
|
|||
}
|
||||
|
||||
fn description(&self) -> String {
|
||||
"insert default prompt".into()
|
||||
"Insert default prompt".into()
|
||||
}
|
||||
|
||||
fn menu_text(&self) -> String {
|
||||
"Insert Default Prompt".into()
|
||||
self.description()
|
||||
}
|
||||
|
||||
fn requires_argument(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue