-
Notifications
You must be signed in to change notification settings - Fork 1.8k
pass cargo extra args when debugging #17495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pass cargo extra args when debugging #17495
Conversation
@bors r+ |
☀️ Test successful - checks-actions |
Hi When I currently use the prerelease rust-analyzer VsCode extension (v0.4.2025) I'm not able anymore to debug indivitual tests via the 'debug link' above the test. it fails with
With the release version (v0.3.2020) it still works. I think I tracked it down to the change in this PR as it adds So currently on master the argument list looks like the following which has the while running the release tag v0.3.2020 the argument list looks like |
Confirming, the issue is happening in the wild and there are very few hits on Google yet. To clarify (TL;DR): the current workaround is to downgrade |
fix: Fix passing `message-format` after -- in debugging Fixes #17495 (comment)
fix: Fix passing `message-format` after -- in debugging Fixes #17495 (comment)
fix: Fix passing `message-format` after -- in debugging Fixes rust-lang/rust-analyzer#17495 (comment)
fixes #17128