Skip to content

Don't use --workspace for build scripts #17696

Closed
@themighty1

Description

@themighty1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-featureCategory: feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions