Open
Description
openedon Sep 10, 2024
When detecting TypeScript errors, the context menu currently provides Ignore this error message
as "Quick Fix" option, inserting // @ts-ignore
above the affected line. Would it be possible to suggest something like Expect this error message
as an additional option, inserting // @ts-expect-error
instead?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment