Skip to content

Add support for automatic replies ala VsCode #12366

@zadjii-msft

Description

@zadjii-msft

https://code.visualstudio.com/updates/v1_64#_automatic-replies

Something like their syntax:

"terminal.integrated.autoReplies": {
  "[Oh My Zsh] Would you like to check for updates? [Y/n]": "Y\r",
  "Terminate batch job (Y/N)": null
}

Might even be able to close out #217 with this 👀

There'd be obvious edge cases where a string is split over many writes, but that might be acceptable.

The perf hit would be the thing I'd be most worried about. We'd need to have a very clever way of not impacting throughput too much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-SettingsIssues related to settings and customizability, for console or terminalIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Product-TerminalThe new Windows Terminal.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions