Process remote format typing also
This commit is contained in:
parent
58a56bdda2
commit
eca6d2b597
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue