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
This prevents accidental removal (and breakage of the extension) by
disallowing `Remove-Variable` from removing `$psEditor`. While it's not
expected anyone would do this, glob expressions may include the variable
name and when piped to `Remove-Variable` resulted in a user-reported
breakage.
0 commit comments