Turn off vcs integration by default
Answered
I don't want to use Rider to manage my git repository at all, ever, for any project. This means that every time I open a project in Rider, I have to remember to go to Settings->Version Control, and turn the version control off for the project.
Is there any way to either disable the version control completely, or set Rider to not start keeping track of (and spending time indexing) repositories by default?
Please sign in to leave a comment.
You could disable all VCS-related plugins in Settings: File | Settings | Plugins.
That works. Thanks!
I just did this, thanks it worked a treat. You can go into the settings like Julia said and scroll down to Version Control and there should be a button to click "Disable All" if you want to turn off VCS completely.