mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +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…
Reference in a new issue