Closed
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.