-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update bug_report.md #12946
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
Update bug_report.md #12946
Conversation
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
@@ -19,7 +19,7 @@ Before submitting, please make sure that you're not running into one of these kn | |||
Otherwise please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3. | |||
--> | |||
|
|||
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command) | |||
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that work on a Mac? Would F1 be easier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This key-combo is what the docs state https://code.visualstudio.com/api/references/contribution-points#contributes.commands
By default, commands show in the Command Palette (Ctrl+Shift+P) but they can also show in other menus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's Cmd+Shift+P on Macs: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf.
@bors r+ |
☀️ Test successful - checks-actions |
Closes #12944