Process remote format typing also

This commit is contained in:
Kirill Bulatov 2023-05-23 23:16:59 +03:00
parent 58a56bdda2
commit eca6d2b597
2 changed files with 2 additions and 0 deletions

View file

@ -223,6 +223,7 @@ impl Server {
.add_request_handler(forward_project_request::<proto::RenameProjectEntry>)
.add_request_handler(forward_project_request::<proto::CopyProjectEntry>)
.add_request_handler(forward_project_request::<proto::DeleteProjectEntry>)
.add_request_handler(forward_project_request::<proto::OnTypeFormatting>)
.add_message_handler(create_buffer_for_peer)
.add_request_handler(update_buffer)
.add_message_handler(update_buffer_file)