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

Please improve setup instructions regarding peer dependencies #159

Closed jayu closed 1 year ago

jayu commented 1 year ago

I've tried to setup version 0.8.0, then 0.7.7 and then 0.6.2 and encountered a problem with two dependencies.

I bundle my extension with Webpack, and these two deps were missing after installing @vscode/extension-telemetry

I've disabled resolving those deps in webpack config and I've managed to make the integration with Azure Applications Insights work.

But now I'm not sure

lramos15 commented 1 year ago

Similar to https://github.com/microsoft/vscode-extension-telemetry/issues/150

jayu commented 1 year ago

Ah this is a duplicate, I didn't search for similar issue. I will close this one