mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
Add a log for the url (#282098)
so it's clear what fails. We saw rate limiting from GH EDU.
This commit is contained in:
@@ -301,9 +301,11 @@ export class GitHubServer implements IGitHubServer {
|
||||
? 'faculty'
|
||||
: 'none';
|
||||
} else {
|
||||
this._logger.info(`Unable to resolve optional EDU details. Status: ${result.status} ${result.statusText}`);
|
||||
edu = 'unknown';
|
||||
}
|
||||
} catch (e) {
|
||||
this._logger.info(`Unable to resolve optional EDU details. Error: ${e}`);
|
||||
edu = 'unknown';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user