gitextensions / gitextensions.vsix

Visual Studio extensions for Git Extensions
MIT License
16 stars 8 forks source link

Context Menu "Reset File Changes" not working as expected #7

Open mseiwert opened 7 years ago

mseiwert commented 7 years ago

When using the GitExtension Visual Studio 2015 plugin the behaviour of the Context Menu is not as expected.

If you have file changes in two different files, open file A in Visual Studio Editor and right-click on file B in Solution Explorer and choose "Reset File Changes" the extension will reset the changes of file A which is opened in Visual Studio Editor and not the file changes in file B which was right-clicked.

In addition, the confirm dialog should say which file is selected to be reset.

VS 2015 Plugin Version: 2.48.90 Git Extensions Version: 2.49.03