-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Graphical Tools cmdlets in PowerShell 7 Preview 6 open windows behind the Terminal #3665
Comments
This isn't just these tools, but if you do |
Related: microsoft/vscode#42356 |
Sorry, but might it be related to #2988 ? |
Thanks for the triage @electronic-dk! This is, in fact, the same root cause as #2988. That thread has a lot more discussion in it so I'll redirect this thread there. Thanks! /dup #2988 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
If you run PowerShell 7 Preview 6 in Windows Terminal, Out-GridView, Show-Command, and Get-Help -ShowWindow don't get a focus. They open windows behind the Terminal.
Expected behavior
Windows opened by these PowerShell commands will get focus and be open over Windows Terminal.
Actual behavior
If you run PowerShell 7 Preview 6 in Windows Terminal, Out-GridView, Show-Command, and Get-Help -ShowWindow don't get a focus. They open windows behind the Terminal.
The text was updated successfully, but these errors were encountered: