Martin Aeschlimann

Results 100 comments of Martin Aeschlimann

Thanks that worked, thanks for the video. The problem is that by deleting a closing bracket, the TypeScript parser can not properly parse the content and can no longer find...

IMO, in general, packaging a utility node module is not recommended. But `applicationinsights` is a beast as it bundles so/too much functionality that is enabled/disabled at runtime. Ideally `applicationinsights` would...

See https://github.com/microsoft/ApplicationInsights-node.js/issues/1102 for the `@azure/functions-core` issue.

_From @jens1o on June 23, 2017 12:18_ Can reproduce this in latest insider, even when only pasting the file contents from https://raw.githubusercontent.com/mono/mono/c7b19b52fd671233cf2daab451f09c7591c859b1/mcs/class/Mono.Security/Mono.Xml/MiniParser.cs

_From @isidorn on June 23, 2017 14:31_ I can also repro, vscode crashes, might be a text mate grammer going inffinite. Adding important since we crash

Reproduced with ``` private static readonly ushort[] tbl = { (ushort)(((ushort)CharKind.LEFT_BR

Can you check if `/home/kasam/.vscode-server/bin/e170252f762678dec6ca2cc69aba1570769a5d39/bin/remote-cli/code` exists? Maybe it got corrupted? - close all VS Code windows - in a WSL terminal, run `rm -r ~/.vscode-server/bin` - start VS Code again...

Likly not an issue in the explorer, but that's where I would start to profile. The deep tree can cause a lot of file change events. Try excluding some files...