We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the PowerShell ISE when executing Get-Help Out-File -ShowWindow the help window is opened in the front:
PowerShell ISE
Get-Help Out-File -ShowWindow
When executing the same command in VS Code the window is opened in the background, this makes the user think that nothing happened:
Would it be possible to change this?
Version: 1.28.0-insider (user setup) Commit: ee6a21fa49bd1906bd1378c2f2714cd656409e5c Date: 2018-09-11T05:18:39.589Z Electron: 2.0.7 Chrome: 61.0.3163.100 Node.js: 8.9.3 V8: 6.1.534.41 Architecture: x64
The text was updated successfully, but these errors were encountered:
@chrmarti I think you might have experienced this with the azure login extension? Do you know if this is a duplicate? I can't find it.
Sorry, something went wrong.
Found it: #42356
Tyriar
No branches or pull requests
In the
PowerShell ISE
when executingGet-Help Out-File -ShowWindow
the help window is opened in the front:When executing the same command in VS Code the window is opened in the background, this makes the user think that nothing happened:
Would it be possible to change this?
The text was updated successfully, but these errors were encountered: