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
Remove PSv3-incompatible lines from startup script
This change fixes#248 which reports that the extension cannot be loaded
on Windows 7 machines running PowerShell v3 (and probably also any machine
running PowerShell v4). The Start-EditorServices.ps1 script relied in
features only present in PowerShell v5. New code paths have been added to
the script to make it compatible with v3 and v4.
0 commit comments