-
Notifications
You must be signed in to change notification settings - Fork 511
Output not displaying in Debug Console for Powershell #299
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 @clumnah, now I see what you were referring to on Twitter. This is currently a known issue with the PowerShell extension, something we're working to fix for the next release (within 2-4 weeks). I'm closing this issue as a duplicate of issue #284 since we've been tracking it there. If you don't need the full features of the debugger, you can select code in your script file and hit the F8 key to execute it and see the output in a non-interactive window. The output of your script should show correctly in that case. |
Ok thank you for looking into the bug. Glad it already being looked at slated to be fixed. I am really looking forward to transitioning over to Code from ISE. From: David Wilson [mailto:[email protected]] Hey @clumnah https://github.com/clumnah , now I see what you were referring to on Twitter. This is currently a known issue with the PowerShell extension, something we're working to fix for the next release (within 2-4 weeks). I'm closing this issue as a duplicate of issue #284 #284 since we've been trackign it there. If you don't need the full features of the debugger, you can select code in your script file and hit the F8 key to execute it and see the output in a non-interactive window. The output of your script should show correctly in that case. — |
Please fill in these details so that we can help you!
System Details
$PSVersionTable
:PS D:\OneDrive\Documents\WindowsPowerShell> $PSVersionTable
Name Value
PSVersion 5.1.14393.187
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.187
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PS D:\OneDrive\Documents\WindowsPowerShell>
Issue Description
I have a simple script that does nothing more than
Write-host "Hello World"
Or
Write-Output "Hello World"
Regardless of which I use, neither will produce any output in the Debug Console.
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: