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

Pass legacy root node ProjectTreeFlags #9123

Merged
merged 2 commits into from
Jun 26, 2023

Commits on Jun 26, 2023

  1. Pass legacy root node ProjectTreeFlags

    This fixes a regression from the dependency tree rewrite. Implementations of the legacy extension point `IProjectDependenciesSubTreeProvider.CreateRootDependencyNode` return an `IDependencyModel` holding various values to be applied to the group's node. One such value is `IDependencyModel.Flags` which should be applied to the group node. This change fixes that.
    drewnoakes committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    448e845 View commit details
    Browse the repository at this point in the history
  2. Typo

    drewnoakes committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c52391c View commit details
    Browse the repository at this point in the history