I need to reset vssettings whenever it gets modified on a currently opened instance of Visual Studio , I tried to use devenv -ResetSettings "path to settings"
command, but it launches new instance instead of updating the one is opened at the moment. Tried to get focus using -edit
argument, but that made to ignore -ResetSettings
. It should be possible to update settings live, right? How could I possibly achieve that?