Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restore prompt checkin dialog in Visual Studio 2010?

When doing a checkin in Visual Studio from the Pending Changes window I accidently checked the box "Don't prompt again" in the Check-in Confirmation dialog.
This prompt show you how many files you will checkin, I would like to restore it because I find it very useful to verify that I'm checkin the intended number of files.

I didn't find any options in the Tools > Options menu to restore it.

How could I restore it ?

like image 225
Cédric V Avatar asked Apr 09 '14 08:04

Cédric V


People also ask

How to get Undo pending changes in TFS?

To undo all changes you have made in your solution or a code project, open the context menu, and then choose Undo Pending Change. In the Undo Pending Changes dialog box, make sure the changes you want to undo are selected, and then choose Undo Changes.

How do I open pending changes in Visual Studio?

Procedure. From Team Artifacts Navigator, right-click on the current sandbox; then, click Show Pending Changes. From the Windows Explorer window, right-click on the current sandbox or a file or folder in the current sandbox; then, click Rational Team Concert > Show Pending Changes.


1 Answers

Go to

Tools -> Options -> Source Control -> Choose Visual Studio Team Foundation Server

Then check the box for 'Prompt before check-in from pending Changes window'

like image 150
Swati Shinde Avatar answered Sep 24 '22 17:09

Swati Shinde