Skip to content

Commit da7f05a

Browse files
use basicText (microsoft#186346)
I had changed it to keychainAccess while testing on mac but it always should have bedn basicText.
1 parent 5e11e1f commit da7f05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/secrets/electron-sandbox/secretStorageService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class NativeSecretStorageService extends BaseSecretStorageService {
6666
}
6767

6868
const provider = await this._encryptionService.getKeyStorageProvider();
69-
if (provider === KnownStorageProvider.keychainAccess) {
69+
if (provider === KnownStorageProvider.basicText) {
7070
const detail = localize('usePlainTextExtraSentence', "Open the troubleshooting guide to address this or you can use weaker encryption that doesn't use the OS keyring.");
7171
const usePlainTextButton: IPromptChoice = {
7272
label: localize('usePlainText', "Use weaker encryption"),

0 commit comments

Comments
 (0)