microsoft/vscode-extension-telemetry

Telemetry for uninstall event

usernamehw opened this issue · 1 comments

VSCode has an uninstall hook https://code.visualstudio.com/updates/v1_21#_extension-uninstall-hook to run a separate .js file.

Is it possible to send the telemetry event in that case (without the vscode context)?

Without the vscode context there is no way to respect the user setting therefore sending telemetry is dangerous.