-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add telemetry and option to disable #519
Conversation
When you included the changes from pr 422 the change that I mentioned didn't get added to this pr.
|
@illiapoplawski fixed! |
* Add telemetry and option to disable * Update readme and getting-started guide * Update lockfile * Update getting started guide
It would be nice if there were more details on telemetry. I know, I can disable it, but if I knew what exactly is sent I would consider turning it back on. 🤔 |
Along with any information VSCode telemetry sends by default which is documented thoroughly in their source: microsoft/vscode#34997. |
Enables telemetry with default VS Code events being tracked.
Adds
--disable-telemetry
flag andDISABLE_TELEMETRY
env variable making an extremely easy opt-out.