mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
Update message name
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
parent
464d284ffe
commit
df6df0c09e
1 changed files with 2 additions and 2 deletions
|
|
@ -1307,7 +1307,7 @@ fn register_actions(
|
|||
|
||||
impl WorkspaceError for DebugError {
|
||||
fn primary_message(&self) -> SharedString {
|
||||
SharedString::new_static("Debug action")
|
||||
SharedString::new_static("This is an error.")
|
||||
}
|
||||
|
||||
fn severity(&self) -> ErrorSeverity {
|
||||
|
|
@ -1323,7 +1323,7 @@ fn register_actions(
|
|||
|
||||
impl WorkspaceError for SecondDebugError {
|
||||
fn primary_message(&self) -> SharedString {
|
||||
SharedString::new_static("Second debug action")
|
||||
SharedString::new_static("This is some error to ignore.")
|
||||
}
|
||||
|
||||
fn severity(&self) -> ErrorSeverity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue