You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, git pulling a new settings file should apply without re-opening the solution.
This would also automatically synchronize global settings between VS instances, and across computers if the user settings file is in a cloud storage provider (see #3). (just like VS 2013's settings sync, but for older versions of VS, and across versions, too)
This should also catch when a new settings file is created for the solution (eg, via git pull), which may be more complicated.
The text was updated successfully, but these errors were encountered:
For example,
git pull
ing a new settings file should apply without re-opening the solution.This would also automatically synchronize global settings between VS instances, and across computers if the user settings file is in a cloud storage provider (see #3). (just like VS 2013's settings sync, but for older versions of VS, and across versions, too)
This should also catch when a new settings file is created for the solution (eg, via
git pull
), which may be more complicated.The text was updated successfully, but these errors were encountered: