Martin Aeschlimann

Results 100 comments of Martin Aeschlimann

How is Remote Desktop involved here? What I understood: You use Remove Desktop to connect to a Windows Machine that has WSL installed. On that Windows machine you run VS...

_From @weinand on December 23, 2017 14:0_ Please file C# issues against the C# extension.

_From @ahmadalli on December 23, 2017 14:2_ I disabled the c# extension. this is just code coloring.

When`window.autoDetectColorScheme` is enabled and the OS changes the color scheme, this will modify the `workbench.colorTheme`. If you have two computers and that happens exacly at the same time, and a...

This should no longer happen with the latest changes: https://code.visualstudio.com/updates/v1_89#_auto-detect-system-color-mode-improvements In that case, the `workbench.colorTheme` setting is then no longer modified when `window.autoDetectColorScheme` is on

Jade uses scope `string.comment.buffered.block.jade` for these comment, so it's rather random if this is a string or a comment.

_From @vscodebot[bot] on August 2, 2018 16:52_ (Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like: - [An...

_From @alexandrudima on September 12, 2018 15:6_ Repro steps: * create `file.txt` with the contents: ``` var message = Conversions.ToString( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject( Operators.ConcatenateObject(...

_From @alexandrudima on September 12, 2018 15:12_ Using the steps described in https://github.com/Microsoft/vscode/issues/57593#issuecomment-417276769 The bad regex is: ``` (?x) (? (? (?: (?:ref\s+(?:readonly\s+)?)? # ref return (?: (?:(?@?[_[:alpha:]][_[:alnum:]]*)\s*\:\:\s*)? # alias-qualification...

When you are in the panel chat, you can already give a list of interesting files using the `#file` variable. The reply might suggest a change in these files. In...