-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
authenticationIssues with the Authentication platformIssues with the Authentication platformdebtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
| throw new Error(`[EncryptionMainService] Invalid encrypted valu: ${value}`); |
Describe the bug
There's a typo in an error message within the encryptionMainService.ts file.
To Reproduce
Steps to reproduce the behavior:
Go to src/vs/platform/encryption/electron-main/encryptionMainService.ts
Notice the typo "valu" which should be "value"
Expected behavior
The error message should read "Invalid encrypted value" instead of "Invalid encrypted valu".
Metadata
Metadata
Assignees
Labels
authenticationIssues with the Authentication platformIssues with the Authentication platformdebtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders