Skip to content

Commit

Permalink
missing serde rename_all="camelCase"
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo <[email protected]>
  • Loading branch information
pr2502 and WhyNotHugo authored Oct 19, 2023
1 parent 8fbed5d commit df69ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub struct ClientInfo {
}

#[derive(Serialize, Deserialize, Clone, Default)]
#[serde(rename_all = "camelCase")]
pub struct InitializationOptions {
#[serde(skip_serializing_if = "Option::is_none")]
pub lsp_mux: Option<LspMuxOptions>,
Expand Down

0 comments on commit df69ce4

Please sign in to comment.