Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information