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
Set-ExecutionPolicy to Allsigned, restart PowerShell, run get-module -listavailable.
Start VSCode with may 2022 PowerShell extension,
Expected behavior
PowerShell starts, loading PS Readline. Get-Module lists available modules
Actual behavior
On loading PowerShell reports untrusted signatures for Psreadline.format.xml and PSReadline.psm1 (but not .PSD1)Get-Module reports untrusted signatures for every signed CDXML file (but not their associated PSD1), but reports no errors where files are unsigned. Loading VSCode the PowerShell Integrated console reports untrusted signatures for the PS1, types.ps1.xml and .PSM1 files for PowerShell editor services (but not their PSD1 nor files in PSReadline).
Prerequisites
Steps to reproduce
Set-ExecutionPolicy to Allsigned, restart PowerShell, run get-module -listavailable.
Start VSCode with may 2022 PowerShell extension,
Expected behavior
PowerShell starts, loading PS Readline. Get-Module lists available modulesActual behavior
Error details
No errorEnvironment data
Visuals
No response