Leonard Hecker
Leonard Hecker
This issue has likely been fixed in the very latest releases (you may have to download them from our release page on GitHub). I'll keep this issue open for now...
Hmm in that case I'll close this issue in advance. 😅 Thank you so much for the report!
The yellow error message is quite helpful though. It's probably related to this then? https://github.com/microsoft/terminal/blob/5ae95d7df0ee3050ad36b98cd8f3f8d55005f0d2/src/cascadia/TerminalSettingsModel/CascadiaSettingsSerialization.cpp#L72-L92 I wonder if we need to make the entire settings loading an async function...
Yeah, we have several new bugs that I'm not sure where they're coming from (e.g. the jumping scroll one, or the one with the trackpad). This one as well, shouldn't...
Of course we can add block selection! 😅 I guess it requires tagging up the `TextBufferSelection` struct with a `bool` and handling everything accordingly. However, I'll mark this up as...
FWIW, the way to do this in VS Code today is this way: https://github.com/user-attachments/assets/b45cf3d8-7074-42f3-826a-14b7a95ca567 This is because the editor keeps track of a "preferred" column when navigating the cursor. This...
I wonder if we should move part of this into the build.rs script.
I've translated your comments to make it easier for people around the world to read this issue. (This includes me, in particular.) The conflicting key binds in VS Code are...
Naturally we can't merge a PR like this, since it contains too many features at once. Basically, I would not feel comfortable approving this. It'll take time to sift through...
Given that there seems to be a strong resurgence of input bugs being filed on us, I have great hopes that #18816 will fix at least most of them.