Visual Studio 2022 Git context menu does not appear anymore

Viewed 2203

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. enter image description here

I have feeling it was deleted. Does anyone know the good replacement of this feature? Any extension that provides a git hub context menu?

4 Answers

For Git menu not showing: In VS 2022, go to Tools > Options > Source Control. Change to Git if not selected.

enter image description here

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.

As you can see it does not appear in my screenshot above. However, after I installed a plugin: enter image description here Context menu started to appear: enter image description here when I disabled the plugging, git context menu continue to appear: enter image description here probably plugin installation reset settings of the context menu.

@jessehouwing, thanks anyway.

Related