-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release noteson-testplan
Milestone
Description
It would be cool to support grouping in the debug launch configs, such that we can minimize the noise in the picker:
One idea is to mimic the menu API: https://code.visualstudio.com/api/references/contribution-points#Sorting-inside-groups
We could support a group
option which would allow to join launch configs together as well as sort them.
We can even have special groups like commandPalette
which means that the launch config should only appear in the command palette.
Some other special groups could be hidden
- so the launch can only be referenced by compounds, but not launched by the user.
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release noteson-testplan