mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Pass flycheck extra args when running build scripts
This commit is contained in:
parent
70e10deee8
commit
cfc9d5cd3b
3 changed files with 4 additions and 0 deletions
|
@ -1157,6 +1157,7 @@ impl Config {
|
|||
InvocationLocation::Workspace => project_model::InvocationLocation::Workspace,
|
||||
},
|
||||
run_build_script_command: self.data.cargo_buildScripts_overrideCommand.clone(),
|
||||
extra_args: self.data.check_extraArgs.clone(),
|
||||
extra_env: self.data.cargo_extraEnv.clone(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue