-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Terminal auto replies #141341
Comments
@Tyriar Just wondering, will it be possible to disable that? It could potentially have issues. For example, sending "y" in response would potentially send non-HTTP data to an HTTP server if the user was downloading a file via |
@hello-smile6 you can delete the default item from the setting pretty easily to disable it completely. Maybe I'm misunderstanding but I don't think it would cause issues in the case you're talking about since |
@hello-smile6 this feature isn't meant to be a stop the user from deleting |
Okay. |
Refs: #133524
Complexity: 2
Authors: @Tyriar, @meganrogge
Create Issue
The terminal has a new feature called auto replies that will reply automatically when a particular sequence of characters is encountered in succession. The main use case for this feature is Windows batch scripts and their annoying
Terminate batch job (Y/N)?
question they ask, despite the backing process already being killed. The reply is throttled just in case something goes wrong.The default for the setting is:
Do some exploratory testing, try to break it, etc. Whoever is on Windows make sure to test the primary use case of ctrl+c in a batch script, also make sure you can remove the default from the setting to disable it.
The text was updated successfully, but these errors were encountered: