-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
turqTanza
committed
Jul 23, 2022
1 parent
0d6bb1e
commit a0918b1
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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. | ||
|