-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Tab Protection #15777
Comments
Would something like read-only mode work for you/? That's a bit more heavy handed - that disables closing AND input. If not, then this should probably be duped to #6549 (which is broadly tracking all the combinations of "prompt me before I close a {{thing}}") |
The read only mode is interesting. I would say for now maybe #6549 makes some sense as its appear more like what I was shooting for. |
Excellent, thanks! /dup #6549 |
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! |
Description of the new feature/enhancement
Tab Protection to keep long running processes, development scripts from being accidently closed via close all button within the terminal.
Proposed technical implementation details (optional)
When you right click the tab, you have an option to "Protect" , "Pin", "Guard" or something like that to the specific tab you have open.
If you click the right most X, on the terminal app close all non "Protected" tabs
Pop up a toast or message asking if you would like to close the protected tab and or if multiple tabs . (I would have two buttons one for single tab, one for all)
The text was updated successfully, but these errors were encountered: