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
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
code -v
1.25.1
1dfc5e557209371715f655691b1235b6b26a06be
x64
$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 8 1 0
code --list-extensions --show-versions
[email protected][email protected]
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.2312
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.2312
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Steps to Reproduce:
1.Run the command block below
2.Enter random text when prompted in the console
3.You get an error saying that powershell crashed
If you launch the same code in the ISE you will get an error in the console saying that the switch param will not accept a string. However, the shell will not crash.
System Details
$PSVersionTable
:Name Value
PSVersion 5.1.14393.2312
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.2312
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Steps to Reproduce:
1.Run the command block below
2.Enter random text when prompted in the console
3.You get an error saying that powershell crashed
If you launch the same code in the ISE you will get an error in the console saying that the switch param will not accept a string. However, the shell will not crash.
Attached Logs
Sent to [email protected]
The text was updated successfully, but these errors were encountered: