Test resolveDebugConfigurationWithSubstitutedVariables
hook
#89375
Labels
Milestone
resolveDebugConfigurationWithSubstitutedVariables
hook
#89375
Refs: #87450
Complexity: 3
We've introduced a new
DebugConfigurationProvider
hookresolveDebugConfigurationWithSubstitutedVariables
that receives the debug configurations with all variables resolved.For verification either create a new extension or modify an existing extension and implement the
resolveDebugConfigurationWithSubstitutedVariables
hook of a registeredDebugConfigurationProvider
.Verify that:
resolveDebugConfiguration
hook are resolved in theresolveDebugConfigurationWithSubstitutedVariables
hook.undefined
ornull
results in the specified behavior.The text was updated successfully, but these errors were encountered: