This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: This bat file can be used to renew Resharper C# and Resharper C++ every time it runs out | |
:: It most likely works for all Jetbrains tools, however, I did not test this. | |
:: I was not able to find the original author for the reg key and the folders that needs to be deleted so if that is you feel free to reach out for credit | |
@echo off | |
setlocal enableDelayedExpansion | |
:confirm | |
echo Did you stop all Jetbrains services? | |
echo Jetbrains toolbox AND any other tool using it such as Rider, Visual Studio, ... |