-
Notifications
You must be signed in to change notification settings - Fork 510
Terminal does not display Variable output #4390
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
Thanks @lotekjunky looks related to #3991 |
This issue has been marked as duplicate and has not had any activity in a day. It has been closed for housekeeping purposes. |
Why was this closed without fixing? #4114 was closed due to inactivity and it was stated to reopen the ticket in the future. Well, I recreated the ticket with sufficient data, it took a good hour to collect all that info... and it still doesn't work. Now this issue is closed too. |
Does that mean to close the issue, or to fix it? |
Oh, so why did #4114 say to reopen because there had not been any updates in a week. Whatever. |
Because we're not perfect and it got mislabeled. |
@lotekjunky 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. |
I wasn't using a start-trsnscript at all. |
Prerequisites
Summary
When using the "PowerShell Extension" terminal, none of the values are ever echoed back to the terminal. When typing a bad command, i receive feedback, but not when attempting to display output.
I think this is the same issue as #4114 which was closed unresolved.
This is what I expect (regular psh window):

This is how the terminal responds:

As you can see, the variable contains data but the terminal will not show it.

Here the terminal is not reacting to any output from commands unless there is an actual error:

the "code" command returns no output
the $psversintable returns no output
get-aduser followed by real user alias (a valid command) returns nothing
get-aduser FAKEUSER is expected to produce an error, and it does.
Note that if I open a new terminal using a newer version of powershell, the output works as expected, but I must keep 5.1 for legacy scripts.

PowerShell Version
Visual Studio Code Version
Extension Version
[email protected]
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: