We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196bb9c commit 0633fb5Copy full SHA for 0633fb5
1 file changed
ListFiles.xaml.cs
@@ -158,13 +158,11 @@ private void OpenSelectedFiles(bool bInSolutionExplorer)
158
{
159
var w = (item as ProjectItemWrapper).ProjItem.Open();
160
w.Visible = true;
161
- w.Activate();
162
}
163
catch (Exception)
164
165
var w = OpenFileInSolutionPackage.GetActiveIDE().ItemOperations.OpenFile((item as ProjectItemWrapper).Path);
166
167
168
169
170
else
0 commit comments