Martin Aeschlimann

Results 100 comments of Martin Aeschlimann

The freeze happens when the following regex is evaluated: ``` (?x) (?!.*\b(?:class|interface|struct|enum|event)\b)\s* (? (? (?: (?:(?[_[:alpha:]][_[:alnum:]]*)\s*\:\:\s*)? # alias-qualification (? # identifier + type arguments (if any) \g\s* (?\s*\s*)? ) (?:\s*\.\s*\g)*...

We added debug statements to the oniguruma code to print the regex it was going to evaluate. The given regex set took a very long time to evaluate. I don't...

@kwazel is the original issuer, maybe he knows.

Running with with `networkingMode=mirrored` works for me. What does the WSL log show?

In the terminal view, you should see a tab 'WSL'

@craigloewen-msft We need the help of the WSL team here What's the state of `mirroredmode`? I see there are many open issues on this also in the WSL inbox. Is...

Can you add more detailed steps and and a specific code example? We only expand folded regions if the cursor has been placed in a folded regions or of a...

Do you have a small code sample so I can investigate?

You can attach files to the issue with drag & drop