Skip to content

Commit 6540b20

Browse files
authored
Merge pull request #209 from sagacity/master
Fix PrepareRenameResponse casing issue
2 parents 6fd33ae + a14af42 commit 6540b20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rename.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ pub enum PrepareSupportDefaultBehavior {
7777
pub enum PrepareRenameResponse {
7878
Range(Range),
7979
RangeWithPlaceholder { range: Range, placeholder: String },
80+
#[serde(rename_all = "camelCase")]
8081
DefaultBehavior { default_behavior: bool },
8182
}

0 commit comments

Comments
 (0)