Support calling additional resolveDebugConfiguration
callbacks if one callback changes the debug configuration type
#142135
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
Today, VSCode's debug configuration provider API provides partial support for extensions that change the
type
property on a debug configuration returned by theresolveDebugConfiguration
on a provider. The support today includes activating debuggers for the new debug configurationtype
. This support was added in 4150347 to fix #135090.However, this support does not include running the
resolveDebugConfiguration
callback for configuration providers keyed off the newtype
. This would be desireable for extensions that run highly customized debug configurations whose resolved configuration'stype
may differ depending on other installed extensions, target platform, or on user input.I would be willing to contribute an implementation of this feature if the idea is amenable.
The text was updated successfully, but these errors were encountered: