-
Notifications
You must be signed in to change notification settings - Fork 512
Get-Help -ShowWindow causes window to appear below VS Code #913
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
Comments
Hey Tim, the window does actually appear, it just shows up below the VS Code window. Try hitting Alt-Tab or looking in your taskbar, you'll find it. Definitely need to fix the issue where it doesn't show up on top, though, I'll look into that for the next patch update. |
That is where my problem was. I never saw it come up.
Thanks for the update.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: David Wilson <[email protected]>
Sent: Thursday, June 22, 2017 8:37:41 AM
To: PowerShell/vscode-powershell
Cc: Tim; Author
Subject: Re: [PowerShell/vscode-powershell] Help ShowWindow (#913)
Hey Tim, the window does actually appear, it just shows up below the VS Code window. Try hitting Alt-Tab or looking in your taskbar, you'll find it.
Definitely need to fix the issue where it doesn't show up on top, though, I'll look into that for the next patch update.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#913 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHYgrBMZEQDEwkcWs2_HygjEdzHxQXcGks5sGm4lgaJpZM4OCQ2R>.
|
From my testing, I believe this was executed in the normal PowerShell terminal and not PoweShellEditorServices. The PowerShell terminal is not related to this extension. It is just regular PowerShell running in a VSCode terminal window. This has to do with the fact Further, if you try this in the PowerShell Integrated Console, you will get an error. See #753 I'm closing this issue as there is nothing the extension can do about the interaction between VSCode and the installed version of Windows PowerShell you're using in the terminal window. |
System Details
code -v =1.13.1 379d2efb5539b09112c793d3d9a413017d736f89
$pseditor.EditorServicesVersion
code --list-extensions --show-versions = [email protected]
$PSVersionTable =
Name Value
PSVersion 5.1.15063.413
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15063.413
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: