microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

Activating extension fails with `@microsoft/vscode-azext-utils` versions >= 2.2.0 #1712

Closed bwateratmsft closed 5 months ago

bwateratmsft commented 5 months ago

Activating extension 'ms-azuretools.vscode-docker' failed: Cannot read properties of undefined (reading 'getCrypto').

Seems like it might be related to the @vscode/extension-telemetry package

bwateratmsft commented 5 months ago

This is due to upstream issue: https://github.com/microsoft/ApplicationInsights-JS/issues/2307