提交 931ff835 编写于 作者: S Sam Harwell

Remove unnecessary coupling

上级 f139652f
......@@ -62,7 +62,7 @@ public static string GetProjectDisplayName(this Project project)
{
return project.Name;
}
else if (project.Solution.Workspace is VisualStudioWorkspaceImpl workspace
else if (project.Solution.Workspace is VisualStudioWorkspace workspace
&& workspace.GetHierarchy(project.Id) is { } hierarchy
&& (IVsSolution3)ServiceProvider.GlobalProvider.GetService(typeof(SVsSolution)) is { } solution)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册