8000 feat: Extend vscode 'run' command with optional mode argument for run… by markpots5 · Pull Request #20077 · rust-lang/rust-analyzer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: Extend vscode 'run' command with optional mode argument for run… #20077

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markpots5

…ning test(s) or bin at keyboard cursor

Fixes #14805

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 23, 2025
@markpots5
Copy link
Author
markpots5 commented Jun 23, 2025

To test executing the 'run' command with 'cursor' as supplied argument one can for example add the following to keybindings.json:
{ "key": "ctrl+p", "command": "rust-analyzer.run", "args": "cursor" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboard shortcut for running unit tests
2 participants
0