We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c43f65 commit f1b75eeCopy full SHA for f1b75ee
1 file changed
src/toolkit/Community.VisualStudio.Toolkit.Shared/Solution/SolutionItem.cs
@@ -206,7 +206,7 @@ public async System.Threading.Tasks.Task SelectInSolutionExplorerAsync()
206
if (docView is not IVsUIHierarchyWindow hierarchyWindow)
207
return;
208
209
- if (hierarchy is IVsUIHierarchy uiHierarchy)
+ if (_hierarchy is IVsUIHierarchy uiHierarchy)
210
{
211
hierarchyWindow.ExpandItem(uiHierarchy, _itemId, EXPANDFLAGS.EXPF_SelectItem);
212
}
0 commit comments