-
Notifications
You must be signed in to change notification settings - Fork 511
Terminal stops displaying Variable output #4114
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
It seems the issue does not occur in Powershell Core 7.1.2 |
This issue was closed automatically as repro info was indicated as needed, but there has been no activity in over a week. Please feel free to reopen with any available information! |
@Fimlore do you know if you have |
Thank you for your comment, but please note that this issue has been closed for over a week. For better visibility, consider opening a new issue with a link to this instead. |
Prerequisites
Summary
During usage of the Powershell Extension, it all of a sudden stops displaying data contained in Variables, like in the example below:

All of a sudden, it will completly stop echoing data and I have to force it with Write-Host, or Output-GridView

As you can see in the screenshot above, not a single variable outputs any data.
I dont feel like Im doing anything weird, I have scripts open that I work on, and as soon as I kill the Terminal, it will start working again --- but then I will loose the variables I was working with, and also all connections I have with services like MS Teams and Azure.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Have script open, get input stored into variable (I think, save the script) - variables no longer output.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: