mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
parent
5b3d97e449
commit
8aeab8d7b0
1 changed files with 3 additions and 0 deletions
|
@ -631,6 +631,9 @@ fn on_notification(
|
|||
}
|
||||
Err(not) => not,
|
||||
};
|
||||
if not.method.starts_with("$/") {
|
||||
return Ok(());
|
||||
}
|
||||
log::error!("unhandled notification: {:?}", not);
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue