Show Dynamic Configuration Providers with No Context (file opened)#196768
Conversation
This PR adds support to show dynamic configurations when a file is not selected. The changes introduces a new method to the Debugger class called hasDynamicConfigurationProviders. It utilizes the existing ConfigurationManager.hasDebugConfigurationProvider but passing Dynamic TiggerKind instead of Initial.
We could show all the dynamic configurations from |
|
Ok, this makes sense. I'll test it a little and merge it. I've just been confused because you said "show dynamic configuration providers" when this is showing "debuggers that have a dynamic configuration provider registered" but now I am on board. |
|
Ah, sorry about that confusion. I forgot that the name was the debugger and not the provider itself. |
…urationsNoContext Show Dynamic Configuration Providers with No Context (file opened)
…urationsNoContext Show Dynamic Configuration Providers with No Context (file opened)

This PR adds support to show dynamic configurations when a file is not selected.
The changes introduces a new method to the Debugger class called
hasDynamicConfigurationProviders. It utilizes the existingConfigurationManager.hasDebugConfigurationProviderbut passingDynamic TiggerKindinstead of Initial.Fixes: #193828
Start Debugging before changes:

Start Debugging after changes:

Note: For the images above, only C# Extension and C# Dev Kit Extensions are installed.