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 occasional crash when requesting IntelliSense while debugging
This change fixes an issue where calling TabExpansion2 while debugging
will sometimes cause a crash due to it returning an ErrorRecord instead
of a CommandCompletion. The fix is to expect the possibility of the
ErrorRecord and log it when it occurs.
ResolvesPowerShell#427.
0 commit comments