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

Support creating binlogs for the language server's design time builds #69572

Merged

Commits on Aug 16, 2023

  1. Set LogTaskInputs when we are given a diagnostic logger

    Otherwise passing in a BinaryLogger won't actually log any of the task
    inputs, which is the most important bit.
    jasonmalinowski committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    47b1d1c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Support creating binlogs for the language server's design time builds

    This allows you to configure a directory where we will write binlogs
    for any design time builds. This is only needed when debugging project
    system issues, but when you need this, you really need this.
    jasonmalinowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b4cc984 View commit details
    Browse the repository at this point in the history