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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
The plugin incorrectly identifies the arguments of the function if an argument is taking a default value with a comma.
For instance, for
separator: string = ','it ends up detecting single quote'as an argument.