fix(oxc_language_server): serialize with camelCase (#2568)

Closed https://github.com/oxc-project/oxc/issues/2563
This commit is contained in:
IWANABETHATGUY 2024-03-02 22:56:06 +08:00 committed by GitHub
parent e339461a9f
commit ad8ca2a066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ enum Run {
OnType,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
struct Options {
run: Run,
enable: bool,