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?

1
3 comments

You could disable all VCS-related plugins in Settings: File | Settings | Plugins.

3

That works. Thanks!

0

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.

0

Please sign in to leave a comment.