You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to determine the root cause. However it happens numerous times daily. PowerShell terminal will not return value back to display. Restarting VSCode fixes the issue until the issue appears again.
When the issue happens here is what is noted (any command in terminal does this).
Example
C:\users...\scripts> $PSVersionTable
returns nothing back to display
Example
C:\users...\scripts> $PSVersionTable | write-host
System.Collections.Hashtable
Write-host returns data back to terminal display - in this example "System.Collections.Hashtable"
PowerShell Version
Only way I was able to run this command was using out-gridviewPSVersion - 5.1.19041.1682PSEdition - DesktopPSCompatibleVersions - {1.0, 2.0, 3.0, 4.0...}BuildVersion - 10.0.19041.1682CLRVersion - 4.0.30319.42000WSManStackVersion - 3.0PSRemotingProtocolVersion - 2.3SerializationVersion - 1.1.0.1
Unable to determine the root cause. However it happens numerous times daily. PowerShell terminal will not return value back to display. Restarting VSCode fixes the issue until the issue appears again.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
@andschwa I can confirm PSVersion 7.2.6 doesn't seem to have the same issue so far today. I can confirm that running as admin or regular user - same results as #3991. Assuming it's the same bug looking through the notes.
Prerequisites
Summary
Unable to determine the root cause. However it happens numerous times daily. PowerShell terminal will not return value back to display. Restarting VSCode fixes the issue until the issue appears again.
When the issue happens here is what is noted (any command in terminal does this).
Example
C:\users...\scripts> $PSVersionTable
returns nothing back to display
Example
C:\users...\scripts> $PSVersionTable | write-host
System.Collections.Hashtable
Write-host returns data back to terminal display - in this example "System.Collections.Hashtable"
PowerShell Version
Visual Studio Code Version
Extension Version
[email protected]
Steps to Reproduce
Unable to determine the root cause. However it happens numerous times daily. PowerShell terminal will not return value back to display. Restarting VSCode fixes the issue until the issue appears again.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: