Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.81.0
- OS Version: Windows_NT x64 10.0.19045
Steps to Reproduce:
In $PROFILE.CurrentUserAllHosts
, set the content to
$ErrorActionPreference = 'stop'
Set-StrictMode -Version Latest
then start VS Code with shell integration enabled and use Windows PowerShell.
This bug will occur: PowerShell/PowerShellEditorServices#2050
The use of $IsWindows
at:
Needs to be guarded for Windows PowerShell (where it doesn't exist).
/cc @Tyriar
Metadata
Metadata
Assignees
Labels
Issue identified by VS Code Team member as probable bugIssues identified as good community contribution opportunitiesPatch has been released in VS Code InsidersShell integration infrastructure, command decorations, etc.An issue in the terminal specific to PowerShell, including shell integrationVerification succeeded