Henning Dieterichs

Results 602 comments of Henning Dieterichs

Yes, github also rewrote their UI to a react-based one. I'm open for PRs though!

For large files with potentially thousands of non-basic ascii characters, we cannot highlight them all, as that would get slow for technical reasons. Thus, there is a limit. When this...

Maybe we can use the "Copy value" command somehow > although it is formatted wrongly (it appears as a graph, where one element containts the complete json string). Maybe the...

I think there actually might be a setting for this extension to configure watch/reply. I don't have a csharp env at the moment, can you try?

> Where I could change "lldb" to "coreclr","repl" to "watch" (and remove the expressionTemplate)? Exactly

Up for a PR? :) The string based approach should still work for backwards compat reasons. Also, make sure that your suggestion does not have escaping issues.

Just use `clipboard` as context! ``` "debugVisualizer.debugAdapterConfigurations": { "coreclr": { "context": "clipboard" } } ```

C++ is tricky. Your expression must be a valid JSON string. Maybe a JS postprocessor could do the trick (not implemented).

Can you post screenshots?