TS 3.9+ should suggest @ts-expect-error directives #92116
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Following up on microsoft/TypeScript#36014,
// @ts-expect-error
is now a valid completion directive. It should be recommended over// @ts-ignore
in the editor walkthrough that mentions comment directives.The text was updated successfully, but these errors were encountered: