Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DebugConfigurationProviders for the result type of another DebugConfigurationProvider #170652

Merged
merged 7 commits into from
Jan 6, 2023

Commits on Feb 14, 2022

  1. Run DebugConfigurationProviders for the result type of another DebugC…

    …onfigurationProvider
    
    This enables chaining `DebugConfigurationProvider`s with two or more `type` changes (one `type` change is already supported) and calling `DebugConfigurationProvider`'s `resolveConfigurationsByProviders` callback when providers are chained.
    
    Fixes #142135
    
    I'm not sure where to add tests, so I would appreciate any pointers.
    jkoritzinsky committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a0965b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    d03a223 View commit details
    Browse the repository at this point in the history
  2. Fix build break

    jkoritzinsky committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7dfc87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4135166 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    594ae6e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    990a496 View commit details
    Browse the repository at this point in the history
  2. address pr comments

    connor4312 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1bcbb11 View commit details
    Browse the repository at this point in the history