mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
* Add support for running DebugConfigurations with serverReadyAction This PR adds 'config' as an option for serverReadyAction. It runs similar to 'name', but if a configuration is generated on the fly, its easier to inject the debug configurations with the serverReadyAction. * Merge into startDebugSession method --------- Co-authored-by: Rob Lourens <roblourens@gmail.com>