Telemetry for uninstall event
usernamehw opened this issue · 1 comments
usernamehw commented
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)?
lramos15 commented
Without the vscode context there is no way to respect the user setting therefore sending telemetry is dangerous.