Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turqTanza committed Jul 23, 2022
1 parent 0d6bb1e commit a0918b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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](https://github.com/turqTanza/GitFeatureFlagAdjusterForRsharp/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.

0 comments on commit a0918b1

Please sign in to comment.