Event fired before providing debug configurations. When debugType is specified, only extensions providing that type should be activated. When debugType is undefined, all configuration providers should be activated.
debugType
Optional
Readonly
The debug type to provide configurations for. If undefined, configurations for all types should be provided.
A cancellation token.
Allows to pause the event loop until the provided thenable resolved.
Note: It can only be called during event dispatch and not in an asynchronous manner
A thenable that delays execution.
Event fired before providing debug configurations. When
debugTypeis specified, only extensions providing that type should be activated. WhendebugTypeis undefined, all configuration providers should be activated.