-
Notifications
You must be signed in to change notification settings - Fork 511
Unable to see Write-Host output #363
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
Yes, sir, @daviwil, it sure did. Thank you! |
Glad to hear it! I'll be shipping an official update with that fix early next week. |
Hi, I had started VS Code (the 0.7.10) in another RPD session, got kicked off, and was in another session when I logged back in. Same logon but different session. I can't open VS Code from its shortcut or from File Explorer. Same environment as at the beginning of this thread. Here's a Get-Process. I guess I will pipe this to Stop-Process. Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName
|
This might be caused by the fact that code tries to reuse existing windows if you open another instance with the same workspace path. This could be an instance where the process starts up and then tries to load the previous session then it realizes there's already another window with that session so it tries to activate it. Through some weird interaction with Windows the window might be lost and not able to be activated on the desktop. If you see this again, might be worth letting the VS Code team know about it: |
okay, thanks. |
Please fill in these details so that we can help you!
System Details
CSDversion :
BuildNumber : 9600
OSArchitecture : 64-bit
$PSVersionTable
:Name Value
PSVersion 4.0
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.42000
BuildVersion 6.3.9600.17400
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0}
logs.zip
PSRemotingProtocolVersion 2.2
Issue Description
I am experiencing a problem with seeing any output from scripts. In a script that Write-Host, it does not display the text in either the PowerShell Output or Debug Output. I've tried several color themes in case output color equals background color. If I set a debug, have a line that is just a variable that should display its value when run, I can hover and see the value. However it does not output, nor do any variables show up in the Variables window.
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: