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
I just stumbled upon a code in PS `routing-duplex`, where `default` is
a function name and it's getting highlighted. That made me dig to see
where such keyword could be used to reduce the possibility of such
false-positives.
Now, I personally don't remember `default` being ever used as a
keyword in PS. So I asked an AI but it doesn't know either. Then as a
last measure I looked at syntax highlight in VS Code editor, and they
don't highlight `default` either.
So remove `default` from the list of keywords.
0 commit comments