Respond to 'notification' requests from language-client
This commit is contained in:
parent
76575cb897
commit
7b5763edeb
|
@ -73,7 +73,7 @@ fn main_loop(connection: Connection, _params: InitializeParams) -> Result<(), Er
|
||||||
connection.sender.send(Message::Response(response))?;
|
connection.sender.send(Message::Response(response))?;
|
||||||
}
|
}
|
||||||
Message::Response(_) => todo!(),
|
Message::Response(_) => todo!(),
|
||||||
Message::Notification(_) => todo!(),
|
Message::Notification(notif) => tracing::debug!("Get notification: {:#?}", notif),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue