This is similar to the problem described in several problems in the ReSharper tracker. In particular, the function "Move to experimental bush", which appears for the first time when ReSharper is launched with /ReSharper.Internal .
There is an error in ReSharper that incorrectly moves the settings silently, as a result of which ReSharper will be removed from the "main" hive of Visual Studio.
As a workaround, until this is fixed correctly, you can try removing this option from the ReSharper global configuration file, for this suggestion . This should at least prevent ReSharper from moving into the experimental bush.
Also, delete the line:
<s:Boolean x:Key="/Default/Housekeeping/JumpVsixFromMachineToPerUser/IsEnabled/@EntryValue">False</s:Boolean>
from GlobalSettingsStorage.DotSettings (usually located in %AppData%\JetBrains\ReSharper\vAny ) to enable the pop-up window for this function again the next time you start Visual Studio using /ReSharper.Internal.
Hope this helps.
source share