gitextensions / gitextensions.vsix

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

Can't open GitExtensions instance via the GitExt VS extension from project properties window #15

Closed alkaberov closed 3 years ago

alkaberov commented 3 years ago

Sequence:

  1. Open project properties.
  2. Try to open GitExtensions instance via folder image (GitExt VS extension) in my tool panel.
  3. Get exception shown below.

GitExt exception

If I close project properties window this button working correctly.

This repositry has only two projects (main and test project), without complex structure or submodules or so on.

pmiossec commented 3 years ago

It's a known issue (I can't find the issue reporting it). That's because Visual Studio is returning no path when the project file is the current tab. You have to use this feature from a real file.

gerhardol commented 3 years ago

The Visual Studio Extension is in a separate repo, so moving this

Fixed in gitextensions/gitextensions#7677 Not released yet

gerhardol commented 3 years ago

Duplicate of #4