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

Handle errors from Dynamic Debug Configuration providers #202622

Merged
merged 5 commits into from
Jul 29, 2024

Commits on Jan 16, 2024

  1. Handle errors from Dynamic Debug Configuration providers

    If a Dynamic Configuration provider, via its method `provideDebugConfigurations`, returns `undefined` or throws an Error, the selector in the Debug Tab is left in a borked state instead of going back to the last selected item. 
    This was initially reported in microsoft#198798, whose fix handled some cases, but not all. This commit attempts to handle all the remaining cases.
    walter-erquinigo committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6ba829e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    cbf8fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dbebd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix build

    roblourens committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dcf79fb View commit details
    Browse the repository at this point in the history