Closed
Description
Hi VS Code PM Here 👋
- Install CodeQl
- See telemetry dialog 🐛
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
and onDidChangeTelemetryEnabled
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. Thanks
fyi @TylerLeonhardt