Use correct invocation strategy config for checkOnSave
This commit is contained in:
parent
4a287d2525
commit
5174b65ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -1102,7 +1102,7 @@ impl Config {
|
|||
if !self.data.checkOnSave_enable {
|
||||
return None;
|
||||
}
|
||||
let invocation_strategy = match self.data.cargo_buildScripts_invocationStrategy {
|
||||
let invocation_strategy = match self.data.checkOnSave_invocationStrategy {
|
||||
InvocationStrategy::OnceInRoot => flycheck::InvocationStrategy::OnceInRoot,
|
||||
InvocationStrategy::PerWorkspaceWithManifestPath => {
|
||||
flycheck::InvocationStrategy::PerWorkspaceWithManifestPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue