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) dont show redundant onevent completions (#907)
Svelte wants events of the form "on:X", but the suggestions from the TS language service are of the form "onX". Moreover, they are doubled by the HTML attribute suggestions. Therefore filter them out.
0 commit comments