-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
Milestone
Description
refs #196863
- macOS @sbatten
- linux @jrieken
- windows @Yoyokrazy
Complexity: 2
Background
Issue reporting quality of life features have been in the works for a while. This is one of them! We've added reporting to the quick access via issue<space>
and can be disabled with the experimental setting extensions.experimental.issueQuickAccess
.
Steps
- From the quick access
CtrlCmd + P
, searchissue<space>
(issue with a space). - Try using any of the extensions.
- Report an issue from those extensions. (note, Python and Python Debugger extensions utilize a special menu contribution which allows them to include additional configuration data).
- Disable the experimental setting.
- Try again, and nothing should happen.
Things to verify
- setting works as intended
- all of your added extensions are added.
- issue template is prefilled with correct selection (source, extension source, etc).
- test that links (the info button) go to the correct extension page.