You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/platform/secrets/electron-sandbox/secretStorageService.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export class NativeSecretStorageService extends BaseSecretStorageService {
53
53
};
54
54
buttons.push(troubleshootingButton);
55
55
56
-
leterrorMessage=localize('encryptionNotAvailableJustTroubleshootingGuide',"Secrets are not being stored on disk because encryption is not available in this environment.");
56
+
leterrorMessage=localize('encryptionNotAvailableJustTroubleshootingGuide',"An OS keyring couldn't be identified for storing the encryption related data in your current desktop environment.");
errorMessage+=' '+localize('usePlainTextExtraSentence',"Open the troubleshooting guide or you can use plain text obfuscation instead.");
69
+
errorMessage+=' '+localize('usePlainTextExtraSentence',"Open the troubleshooting guide to address this or you can use weaker encryption that doesn't use the OS keyring.");
70
70
constusePlainTextButton: IPromptChoice={
71
-
label: localize('usePlainText',"Use plain text (restart required)"),
0 commit comments