Skip to content

RFC: some errors should have showUser set to true #2283

@igorlfs

Description

@igorlfs

Hello!

I noticed that some errors have showUser set to false. In spite of that, VSCode shows these errors anyway (although maybe it shouldn't?). That's actually nice, since the errors are often helpful. However, since it introduces this inconsistency, the errors should instead have showUser set to true.

One example are the REPL errors, as can be seen here:

export const replError = (message: string) => createSilentError(message, ErrorCodes.ReplError);

Thoughts?

Sample screenshot Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions