You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filtering of binrunnables from the rust-project.json always selects the first Run runnable. In a project with a lot of runnables, this breaks the Run / Debug integration in VSCode.
In target_spec_for_crate()runnables are copied over instead of selected by current crate / build info. This is one place where filtering could be expected.
In runnable_args() the first RunnableKind::Run is selected. This is another place where filtering could be expected.