Error E0063 in lsp.rs for missing field in ls_types::InitializeParams

I am trying to build zed editor from github from source for windows 11 and I get the returned error of

error[E0063]: missing field 'work_done_progress_params' in initializer of 'lsp_types::InitializeParams'

 let params = InitializeParams {
    |                  ^^^^^^^^^^^^^^^^ missing `work_done_progress_params`

help plz

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.