Leonard Hecker

Results 683 comments of Leonard Hecker

> However, earlier developers of Edit themselves said that they don't really care about any other OS than Windows. I'd like to clarify that this is strictly due to time...

I made some adjustments to avoid the `String` copy. I also changed it to use U+25CF because that matches VS Code.

But this code in general doesn't need unit tests, because it's so trivial. People often forget to consider that even test code needs to be maintained, just like any other...

I'm going to transfer this over to the terminal repository. I don't think this is a bug in edit.

Your suggested fix doesn't take into account that the buffers between ConPTY and Windows Terminal should stay mostly synchronized. `ClearBuffer` clears the buffer fully which has useful properties. This puts...

Can you please set up automatic dump captures and then send us a dump? https://github.com/microsoft/terminal/wiki/Troubleshooting-Tips#capture-automatically You may already have a dump file in your `LocalDumps` folder too.

Your application is crashing with an unhandled exception: `0x8007058a` = `ERROR_CLIPBOARD_NOT_OPEN` = Thread does not have a clipboard open.

Hmm you said you're copying text from the terminal itself and not from any UI element, right? There's only 1 place in that version of Windows Terminal which handles terminal...

This PR is a lot spicier than #19639. I think I did it correctly, but it's probably better to wait until after we released the next WT version.