-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
PowerShell/PowerShellEditorServices
#1208Labels
Milestone
Description
I've been hitting an issue where I couldn't debug scripts because, even though my execution policy was set machine-wide to Bypass, my integrated console was reporting RemoteSigned.
It looks like this is set here but I'm not sure why. Shouldn't we just inherit the right execution policy?