formulahendry / vscode-docker-explorer

Docker Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer
MIT License
48 stars 20 forks source link

Please use the latest version of applicationinsights #38

Open ramya-rao-a opened 6 years ago

ramya-rao-a commented 6 years ago

Hello,

This extension uses 0.20.1 version of applicationInsights which monkey patches the require module. This can have unforeseen consequences in the extension host of VS Code.

Please update to using the latest version 1.0.6 of applicationinsights that has the fix to avoid such monkey patches.

For more details, see https://github.com/Microsoft/ApplicationInsights-node.js/issues/425

Thanks!