Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code constantly trying to phone home without obvious notification of attempt or failure #39420

Closed
draeger-charles-wilson opened this issue Dec 1, 2017 · 1 comment
Labels
*as-designed Described behavior is as designed

Comments

@draeger-charles-wilson
Copy link

VS Code 1.18.1
OS Windows

open Code to show the Welcome screen
toggle developer tools ('Help > Toggle Developer Tools')
there are 128 warnings called out

image

Here's a chunk of the 128 warnings

image

and with more detail

image

It appears that someone is attempting to phone home.

image

@kieferrm
Copy link
Member

kieferrm commented Dec 1, 2017

You can disable telemetry with the following settings:

  "telemetry.enableCrashReporter": false,
  "telemetry.enableTelemetry": false

@kieferrm kieferrm closed this as completed Dec 1, 2017
@kieferrm kieferrm added the *as-designed Described behavior is as designed label Dec 1, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

2 participants