Skip to content

turqTanza/GitFeatureFlagAdjusterForRsharp

Repository files navigation

GitFeatureFlagAdjusterForRsharp

A Visual Studio extension for avoiding error "Refactoring Failed. Files still read-only" in Refactoring by ReSharper.

Getting Started

Download and install the extension from Releases.

Mechanism

This extension overwrites feature flag called "Git.Operation.EphemeralEditsUseDirtyAttributeOnly" to false.

Timing: Solution load fully completed or periodcally 10s after loaded.

Precondition

This extension perhaps effective in follow conditions:

  • Using Visual Studio 2019.
  • Using default Git source code control plugin in Visual Studio.
  • Using ReSharper.

Uninstall

  1. Use the following pages to open the Manage Extensions dialog box. https://learn.microsoft.com/en-us/visualstudio/ide/finding-and-using-visual-studio-extensions?view=vs-2019
  2. Select "Installed" node in left side pane.
  3. Find "GitFeatureFlagAdjusterForRsharp".
  4. Select it and click "Uninstall" button.
  5. Restart Visual Studio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages