Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: Auto reload solution

When working with Unity in Visual Studio, my solution gets often changed from an external source. When Visual Studio realizes that my solution has been changed it asks if I want to reload my solution or not. In my case, I always want to reload it.

Is there a way to skip the dialog box that presents various options and simply always have it reload the solution?

EDIT: I'm using Visual Studio 2015/2017

like image 494
Feast Avatar asked Aug 17 '17 16:08

Feast


1 Answers

This is what you are looking for :

Tools > Options > Environment > Documents > Detect when a file is changed outside the environment > Reload Modified files.....

For Visual Studio 2017 :

enter image description here

like image 51
boop_the_snoot Avatar answered Nov 13 '22 13:11

boop_the_snoot