Closed
Description
Please provide a config similar to rust-analyzer.check.workspace
but for build scripts.
I need to be able to run only the build script of the current package and not the build scripts of the workspace deps.
In my specific case, I have a workspace member A which is supposed to be compiled for "wasm32-unknown-unknown", whereas the rest of the workspace should be compiled to the native arch.
I'm already using "rust-analyzer.check.workspace": false
but I still get errors from workspace build scripts.