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.
Hello,
This extension uses
0.20.1
version of applicationInsights which monkey patches therequire
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!