formulahendry / vscode-node-red

Node-RED for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-node-red
MIT License
19 stars 14 forks source link

Please use the latest version of applicationinsights #6

Open ramya-rao-a opened 5 years ago

ramya-rao-a commented 5 years ago

Hello,

This extension uses 1.0.2 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!