Hide Unformatted TypeScript errors / move to after the pretty errors

Author: robertmouraCreated Apr 12, 2023Updated Sep 14, 2025
Labelsvscode feature requiredfeature request

Really loving the format of these errors! It's a lot easier to read.

The only thing I noticed is that the unformatted errors are still showing up. Was this intended or is there a way to remove them?

Screenshot 2023-04-13 at 9 04 08 am

Update / TLDR

This is currently intentional but there are plans to improve the experience. This could potentially be improved by:

  • Removing the original error
  • Changing the order of the errors so that the pretty version is on top

The issue is that the improvements rely on changes to VS Code. Go upvote this issue if you want these changes!

@yoavbls wrote:

This is the issue that will eventually allow us to modify the order of the errors + mute the original error: https://github.com/microsoft/vscode/issues/54272

Source: yoavbls/pretty-ts-errors