Skip to content

VS Code connects to education.github.com despite Telemetry being disabled #133493

@zulaica

Description

@zulaica

Does this issue occur when all extensions are disabled?: Yes/No

Yes

Version: 1.60.1
OS: macOS 11.6

Steps to Reproduce:

  1. Disable telemetry:
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
  1. Disable experiments:
"workbench.enableExperiments": false,
  1. Restart VS Code

Despite the setting being disabled, the application connects to education.github.com (which itself begs more questions, but that's a whole other thing). This is (presumably) the offending code which doesn't appear to check whether the appropriate settings are enabled.

Metadata

Metadata

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderstelemetryTelemetry system issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions