This is a long standing issue with Visual Studio - when I make changes to my options (Tools/Options dialog), the changes aren't saved until Visual Studio exits. This causes a couple of different problems:1) If I change an option then launch another instance of Visual Studio without exiting the first one, the change doesn't appear in the second instance (this happens to me all the time)2) When multiple instances of Visual Studio are launched and settings are change (as in issue 1 above), you end up in a "last one who exits wins" situation. Whatever options are currently set in the last active instance of Visual Studio are the ones written to disk, wiping out changes made to other instances. 3) If I change an option and then Visual Studio crashes, the option change is lost.
Version