Skip to content

Conversation

@TylerLeonhardt
Copy link
Member

This uses new Electron APIs that @deepak1556 has added to our Electron build. I've also tested to make sure that those APIs are properly gated to not break OSS.

This uses new Electron APIs that @deepak1556 has added to our Electron build. I've also tested to make sure that those APIs are properly gated to not break OSS.
@TylerLeonhardt TylerLeonhardt self-assigned this Jun 23, 2023
@TylerLeonhardt TylerLeonhardt marked this pull request as ready for review June 24, 2023 20:35
@vscodenpa vscodenpa added this to the June 2023 milestone Jun 24, 2023
@TylerLeonhardt TylerLeonhardt merged commit fb13a28 into main Jun 25, 2023
@TylerLeonhardt TylerLeonhardt deleted the tyler/then-hoverfly branch June 25, 2023 21:32
} else if (isKwallet(provider)) {
errorMessage = localize('isKwallet', "You're running in a KDE environment but encryption is not available. Ensure you have kwallet running.");
} else if (provider === KnownStorageProvider.basicText) {
errorMessage += ' ' + localize('usePlainTextExtraSentence', "Open the troubleshooting guide or you can use plain text obfuscation instead.");
Copy link
Collaborator

@deepak1556 deepak1556 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An average user might not know what plain text obfuscation would be ? Maybe a better wording would be

An OS keyring couldn't be identified for storing the encryption related data in your current
desktop environment, please open the troubleshooting guide to address this or you can use
a in-memory based weaker encryption.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants