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
Fix variable closure issue in PS Core session menu items
This change fixes an issue with variable closures in the PowerShell Core
items of the session menu. The use of `var` instead of `let` caused the
last item in the list of PowerShell Core items to always be used no
matter which of those items was selected.
0 commit comments