Replies: 1 comment 4 replies
-
Is this strictly about r-a running
Is this |
Beta Was this translation helpful? Give feedback.
-
Is this strictly about r-a running
Is this |
Beta Was this translation helpful? Give feedback.
-
The workspace in question is https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/ . There are lots of independent crates collected in there and the workspace
Cargo.toml
is only provided to haveThe way how rust-analyzer handles workspaces, this becomes an obstacle during development.
rust-analyzer.check.workspace
)rust-analyzer.check.workspace
causes them to not be built, but even when working on those crates they wouldn't be built (this seems to be a general problem with non-default cargo features too)cargo
this can be worked around by simply running it from a terminal inside the subdirectory of interest, but rust-analyzer does not seem to provide any such behaviourDo you have any suggestions how this can be improved, either by changes in rust-analyzer, configuration changes (as rust-analyzer configuration is global and not per repository this would seem problematic), or re-organization of the layout of the repository?
Beta Was this translation helpful? Give feedback.
All reactions