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

Preview module working with new VS code API #125

Closed lramos15 closed 1 year ago

lramos15 commented 1 year ago

This is a preview version of 0.7.0 which utilizes the new telemetry API built into VS Code

Changes include:

lramos15 commented 1 year ago

I notice that with all these changes there are no markdown changes, migration and usage should be covered as this is a larger change

The usage itself doesn't really change. I can check if there are any issues there. I was going to give migration steps in the changelog on the Github release so people could look there to see what breaking changes came from 0.7.0 like we've done before