All,
In the previous version of VS (19) was a lovely source files context menu that could provide basic git operations like "blame", "compare with unmodified", "commit", etc. But in new VS 22 version git context menu completely disappeared.
I have feeling it was deleted. Does anyone know the good replacement of this feature? Any extension that provides a git hub context menu?
CodePudding user response:
Not sure what's going on in your v Visual Studio 2022. Mine has a Git context menu at the bottom of the context menu.
CodePudding user response:
As you can see it does not appear in my screenshot above. However, after I installed a plugin: Context menu started to appear: when I disabled the plugging, git context menu continue to appear: probably plugin installation reset settings of the context menu.
@jessehouwing, thanks anyway.