-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Closed
Copy link
Labels
apiauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
- VS Code Version: 1.53.2
- OS Version: MacOS 11.2
Hi guys,
Before 1.53, throwing exception with custom error message used to show up as error message popup by default. However with new update it shows up some cryptic error message instead.
Running the contributed command: '_vscode_delegate_cmd_klan2ooe' failed.
Is this new change by design? or a bug?
Steps to Reproduce:
- Throw exception (with custom error message) from any contributed command.
throw new Error("Custom error message");- It now shows cryptic error message.
It used to show the custom error message that I've provided with thrown exception.

Does this issue occur when all extensions are disabled?: N/a
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
