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
{{ message }}
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
PS 5.1 on Win10 1709.
Create a profile.ps1 with a single line in it:
Import-Module PSColorStart ISE (regular or Administrator) with that profile file. It freezes — no response to keyboard, mouse, etc. It has to be killed from Task Manager.
Rename the profile.ps1 to something like pscolor.ps1. Start ISE (without any profile file). Then source the file with
. ./pscolor.ps1It works fine. Something is happening different in the profile file than in sourcing the file.
I've had this replicated by someone else on a different system, so it's not just my system.