revrenlove

Results 7 comments of revrenlove

[Reddit Post](https://www.reddit.com/r/vscode/comments/1deofbc/vscode_terminal_ignoring_first_character/) [Stack Overflow Post](https://stackoverflow.com/questions/78615600/vscode-terminal-ignoring-first-character-of-input)

The issue still (sometimes) happens when sending the command to an existing terminal.

For context, this is the _actual_ code. Basically, I check for a terminal named dotnet and use that if it already exists. The problem happens both on new terminal instances...

Note the error: `bash: d: command not found` - it cut off the "c" character that should have been in there. ![vscode-error](https://github.com/microsoft/vscode/assets/58348549/484b7c6d-7d4a-412d-8acd-7c586147d80d) settings.json: ```json { "workbench.sideBar.location": "right", "workbench.colorCustomizations": { "[Blueberry...

~~Using source from this branch.~~ I accidentally squashed the commit I was referencing and deleted the branch :( ![Screenshot 2024-06-15 030845](https://github.com/microsoft/vscode/assets/58348549/918c7053-2a71-40dc-b1a4-0af35fa26f5c) `settings.json` ```json { "terminal.integrated.defaultProfile.windows": "Git Bash" } ```

I was looking for a source (couldn't find one), but at one point, I think I read that it has something to do with Windows's bash "emulator"... It's possible I'm...

I don't think that would affect it. The issue happens with actual physical keyboard input as well. On Wed, Jul 30, 2025, 1:15 PM Michael James ***@***.***> wrote: > *nycpivot*...