formulahendry / vscode-dotnet

.NET Core Tools for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please use the latest version of applicationinsights

ramya-rao-a opened this issue · comments

Hello,

This extension uses 1.0.0 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 microsoft/ApplicationInsights-node.js#425

Thanks!