Tip 5.29: How to disable the prompt for deleting the Task List’s user tasks
“Visual Studio Tips, 251 ways to improve your Productivity in Visual Studio“, courtesy of ‘Sara Ford’
Sara Ford’s Blog
If you’ve created a few tasks and deleted them over time, you may have found that delete confirmation prompt to be annoying. Here’s how you can disable it.
On each user task, you’ll see the Delete command on the context menu, as shown in the following screen shot.
And when you click it, you’ll get this prompt:
To disable this prompt, go to Tools–Options–Environment–Task List, and uncheck the Confirm Deletion Of Tasks check box.
Happy Programming! =)
Advertisements
Leave a Comment