microsoft / vscode-extension-telemetry

Node module to help VS Code extensions send telemetry using application insights
https://www.npmjs.com/package/@vscode/extension-telemetry
Other
125 stars 46 forks source link

Less time for teardown #186

Closed lramos15 closed 11 months ago

lramos15 commented 11 months ago

Shorten the teardown time and make it synchronous. Also skip calling flush as unload will do just that.

Hopefully helps with https://github.com/microsoft/vscode/issues/192742