Home > Back-end >  VS Code: Cannot see Git in Project Manager
VS Code: Cannot see Git in Project Manager

Time:07-16

I downloaded and installed VS Code on two computers. Then I downloaded the Git Extension Pack. And on one computer I don't see the Git tab in Project Manager, and on the other computer it showed up without any problems... Do any of you know how to solve this problem?

Update1: I noticed that the git tab shows even if I unsinstall the Git Extension Pack. And the Project manager and his tabs are depend on a different extension "Project Manager" v 12.6.0. I reinstalled this many times and it did not help. I also noticed that "Project Manager" was in the Git Extension Pack.

enter image description here

enter image description here

enter image description here

enter image description here

CodePudding user response:

If you press the right mouse button in the Project Manager a box should open where you can select git to be shown.

CodePudding user response:

enter image description here

It works for me. Now the git tab is in the Project Manager.

  • Related