gitextensions / gitextensions.vsix

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

Visual Studio 2019 - Extension - None of the functions are working #16

Closed laurinkeithdavis closed 3 years ago

laurinkeithdavis commented 3 years ago

I have not worked in VS in a while. When I opened it up today, none of the GitEx functions are working - not from the toolbar menu, not from the right-click menus, nothing. No error or messages, just nothing happens. Uninstalled and reinstalled the GitEx extension, but still does not work.

Microsoft Visual Studio Community 2019 Version 16.8.4 VisualStudio.16.Release/16.8.4+30907.101 Microsoft .NET Framework Version 4.8.04084 Installed Version: Community Visual C++ 2019 00435-60000-00000-AA004 Microsoft Visual C++ 2019

gerhardol commented 3 years ago

What version of the extension is installed? The VSIX plugin is handled in a separate Git repo

mstv commented 3 years ago

I have updated to MSVS Community 2019 16.8.4 recently, too. (I have not used the GE VSIX plug-in actively. So I am not sure whether it was integrated before. But I remember to have seen the active branch in the status bar. Though it might have been displayed by a generic git functionality of MSVS.) I installed "Git Extensions" using the Extensions Manager of MSVS and it works.

The taskbar has not changed: grafik (This is OK for me because I do not want MSVS to run additional git commands.)

laurinkeithdavis commented 3 years ago

What version of the extension is installed? image

The VSIX plugin is handled in a separate Git repo I thought so as well, but then why is this repo on the Marketplace page? https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions image

RussKie commented 3 years ago

Please uninstall 33.33 version and install 3.4.0 version.

Somehow we uploaded a dev version to the store. Henk was working on getting the wrong version pulled and replaced with the correct version.

On Mon, 25 Jan. 2021, 3:26 am Keith Davis, notifications@github.com wrote:

What version of the extension is installed? [image: image] https://user-images.githubusercontent.com/75857/105636624-9cf8f500-5e2e-11eb-8386-3f7c51649f37.png

The VSIX plugin is handled in a separate Git repo I thought so as well, but then why is this repo on the Marketplace page?

https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions [image: image] https://user-images.githubusercontent.com/75857/105636516-60c59480-5e2e-11eb-92f4-24f71725d7dc.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gitextensions/gitextensions.vsix/issues/16#issuecomment-766389184, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBTEXTXMVFSBN3A4SJWGJDS3RC4JANCNFSM4WQUSS3A .

laurinkeithdavis commented 3 years ago

Done, but that did not fix the issue. Still, nothing happens with any of the functions.

image

Should I create this issue in https://github.com/gitextensions/gitextensions.vsix?

laurinkeithdavis commented 3 years ago

This is working now.

mstv commented 3 years ago

Thank you for the update, @laurin1.