revrenlove
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.  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 :(  `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*...