mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
default checkOnSave.enable
to true
in server
This commit is contained in:
parent
7f79dbc84f
commit
24805d1d80
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ config_data! {
|
|||
cargo_noDefaultFeatures: bool = false,
|
||||
cargo_target: Option<String> = None,
|
||||
|
||||
checkOnSave_enable: bool = false,
|
||||
checkOnSave_enable: bool = true,
|
||||
checkOnSave_allFeatures: Option<bool> = None,
|
||||
checkOnSave_allTargets: bool = true,
|
||||
checkOnSave_command: String = "check".into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue