Skip to content

Commit 5328792

Browse files
bors[bot]euclio
andauthored
Merge #5939
5939: default `checkOnSave.enable` to `true` in server r=matklad a=euclio Fixes #5905. Co-authored-by: Andy Russell <[email protected]>
2 parents 7f79dbc + 24805d1 commit 5328792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ config_data! {
402402
cargo_noDefaultFeatures: bool = false,
403403
cargo_target: Option<String> = None,
404404

405-
checkOnSave_enable: bool = false,
405+
checkOnSave_enable: bool = true,
406406
checkOnSave_allFeatures: Option<bool> = None,
407407
checkOnSave_allTargets: bool = true,
408408
checkOnSave_command: String = "check".into(),

0 commit comments

Comments
 (0)