-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for compound launches (#11444)
Extend debug model for compound launches - Support pre-launch task, stopAll, list of configurations - Properly parse compounds into configuration model - Support mapping to custom session option type - Support search of options by configuration, compound, and name Show compound launches in configuration dropdown - Query all available options - Use JSON (de-)serialization to allow multiple options with same name -- Previously custom string was used for identification - Extend session manager to start compound session options - Ensure compound sessions can also be found from DebugMain Minor fixes: - Prefer select options rendering to bottom in most cases - Using 'Add Configurations' in dropdown triggers focus-lost on pick service automatically closing the workspace selection, keep picking open Fixes #11302
- Loading branch information
1 parent
1c0253a
commit fe224bf
Showing
15 changed files
with
453 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.