I'm playing with multitarget Rust project (IoT) so need to have some workspaces with different targets including wasm+no_core (for raw WASM without bindgen use, for learning purposes).
I'm use VSCode + analyzer for code editing, so I have a lot of incorrect errors and warning in analyzer default configuration.
How can I set some config in .vscode/settings.json
separately for each sub-workspace to set a correct --target
and compiler flags, or at least eliminate badly runs of cargo check
etc ?