diff --git a/apps/oxlint/src/lsp/options.rs b/apps/oxlint/src/lsp/options.rs index 26cd285b7244f..fcb40d17df349 100644 --- a/apps/oxlint/src/lsp/options.rs +++ b/apps/oxlint/src/lsp/options.rs @@ -24,7 +24,7 @@ pub enum Run { #[derive(Debug, Default, Serialize, Clone)] #[serde(rename_all = "camelCase")] pub struct LintOptions { - pub run: Run, // TODO: the client wants maybe only the formatter, make it optional + pub run: Run, #[serde(skip_serializing_if = "Option::is_none")] pub config_path: Option, #[serde(skip_serializing_if = "Option::is_none")]