add aka.ms link
parent
c254a23e72
commit
03f99f57c7
|
@ -164,7 +164,9 @@ export class CredentialsMainService extends Disposable implements ICredentialsMa
|
|||
if (!this.isRunningOnServer) {
|
||||
throw e;
|
||||
}
|
||||
this.logService.warn(`Switching to using in-memory credential store instead because Keytar failed to load: ${e.message}`);
|
||||
|
||||
this.logService.warn(
|
||||
`Switching to using in-memory credential store instead because Keytar failed to load. Please see https://aka.ms/vscode-server-keyring for more info. Error details: ${e.message}`);
|
||||
this._keytarCache = new InMemoryCredentialsProvider();
|
||||
}
|
||||
return this._keytarCache;
|
||||
|
|
Loading…
Reference in New Issue