Auto Reply like VS Code integrated terminal #22504

Closed
opened 2026-01-31 08:15:20 +00:00 by claunia · 2 comments
Owner

Originally created by @balthild on GitHub (Nov 5, 2024).

Description of the new feature

Auto replying specific prompts. The integrated terminal in Visual Studio Code has this feature to improve UX for commands invoking *.cmd files. The "Terminate batch job (Y/N)" prompt is really annoying.

{
  "terminal.integrated.autoReplies": {
    "Terminate batch job (Y/N)": "Y\r"
  }
}

Image

Proposed technical implementation details

No response

Originally created by @balthild on GitHub (Nov 5, 2024). ### Description of the new feature Auto replying specific prompts. The integrated terminal in Visual Studio Code has this feature to improve UX for commands invoking `*.cmd` files. The "Terminate batch job (Y/N)" prompt is really annoying. ```json { "terminal.integrated.autoReplies": { "Terminate batch job (Y/N)": "Y\r" } } ``` ![Image](https://github.com/user-attachments/assets/dad5adab-5d5d-40d0-9012-257a4218205e) ### Proposed technical implementation details _No response_
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 08:15:20 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Nov 5, 2024):

Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #5916 for more discussion.

/dup #5916

(see also #12366)

@zadjii-msft commented on GitHub (Nov 5, 2024): Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #5916 for more discussion. /dup #5916 (see also #12366)
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Nov 5, 2024):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@microsoft-github-policy-service[bot] commented on GitHub (Nov 5, 2024): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22504