Fix JSON Schema documentation for code_actions_on_format (#42128)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle
2025-11-12 18:33:02 +00:00
committed by GitHub
parent 4adec27a3d
commit 1c625f8783
@@ -334,7 +334,7 @@ pub struct LanguageSettingsContent {
///
/// Default: true
pub use_on_type_format: Option<bool>,
/// Which code actions to run on save after the formatter.
/// Which code actions to run on save before the formatter.
/// These are not run if formatting is off.
///
/// Default: {} (or {"source.organizeImports": true} for Go).