You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for 'coreclr' dotnetWorkspaceConfigurationProvider (#5960)
VS Code handles resolveDebugConfiguration for converting the 'dotnet' type to 'coreclr'.
However, it will call resolveDebugConfigurationWithSubstitutedVariables on the 'dotnet' type and
never call the 'coreclr' one.
This workaround will take the 'coreclr' dotnetWorkspaceConfigurationProvider in the 'dotnet' ConfigurationProvider
and just call into it as a workaround.
0 commit comments