This commit is contained in:
Logan Ramos 2021-09-21 13:36:30 -04:00
parent aab8675480
commit 420436d4c4
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -291,6 +291,9 @@ export class GitHubServer implements IGitHubServer {
}
public async sendAdditionalTelemetryInfo(token: string): Promise<void> {
if (!vscode.env.isTelemetryEnabled) {
return;
}
const nocors = await this.isNoCorsEnvironment();
if (nocors) {