Skip to content

run_in_terminal tool missed the first char in sending a command into git bash terminal #275625

Description

Testing #274904

Steps:

  1. Add a custom profile of Git Bash for chat.tools.terminal.terminalProfile.windows setting:
  "chat.tools.terminal.terminalProfile.windows": {
    "path": "C:\\Program Files\\Git\\bin\\bash.exe",
    "args": ["--login", "-i"]
  },
  1. Open chat and ask 'what's my ip?'

the chat log shows that run_in_terminal figured out the right command:
Image

however it missing the first letter when it sends the command into the terminal:

Image

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugchat-terminalThe run in terminal tool in chatterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.terminal-shell-git-bashAn issue in the terminal specific to git bash on Windows, including shell integrationterminal-shell-integrationShell integration infrastructure, command decorations, etc.windowsVS Code on Windows issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions