Add integration test for code actions

This commit is contained in:
Antonio Scandurra 2022-02-14 11:42:56 +01:00
parent 68917c78be
commit 1eea2f3653
5 changed files with 259 additions and 9 deletions

View file

@ -533,14 +533,14 @@ impl Client {
match future.await {
Ok(()) => {
log::debug!(
"{}: rpc message '{}' handled",
"rpc message handled. client_id:{}, name:{}",
client_id,
type_name
);
}
Err(error) => {
log::error!(
"{}: error handling rpc message '{}', {}",
"error handling rpc message. client_id:{}, name:{}, error:{}",
client_id,
type_name,
error