mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(oxc_language_server): serialize with camelCase (#2568)
Closed https://github.com/oxc-project/oxc/issues/2563
This commit is contained in:
parent
e339461a9f
commit
ad8ca2a066
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ enum Run {
|
|||
OnType,
|
||||
}
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct Options {
|
||||
run: Run,
|
||||
enable: bool,
|
||||
|
|
|
|||
Loading…
Reference in a new issue