-
Notifications
You must be signed in to change notification settings - Fork 188
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
Less obtrusive way to ask users to collect telemetry #3672
Comments
Hi @isidorn Thanks for creating this issue and for the recommendation. I'll discuss this change with the team. |
Discussed with the team: we agree that we should respect the |
Thanks for discussing. I do not think this should be a large investment. |
@isidorn We discussed this a little further as a team, we're onboard with making this change but it's not something that we think we can tackle right now. Even though the investment shouldn't be too large, we're working towards some tight deadlines for shipping new features at Universe and can't take on anything else unless absolutely necessary. I'm going to set this up for us to revisit it after Universe when I expect we'll have more capacity to take this on. If you think this is a mistake, please let me know and/or re-add this issue to our team board to be re-triaged |
Post Universe makes sense. Thank you! |
Hi VS Code PM Here 👋
Here are our telemetry collection guidelines https://code.visualstudio.com/api/extension-guides/telemetry
Based on that I strongly suggest that you do not show this dialog, but instead just respect the respect the
isTelemetryEnabled
andonDidChangeTelemetryEnabled
from the vscode API. That will make a much smoother user experience, and the user just has to disable telemetry once in vscode and all the extensions will respect that. Thanksfyi @TylerLeonhardt
The text was updated successfully, but these errors were encountered: