Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source Control Menu is missing

I just installed Visual Studio Ultimate on a new computer. It works, but there's no source control menu, and I need that. It also doesn't check out files, not surprisingly, since I can't configure the connection to the server because the menu is missing.

How do I fix this?

like image 480
Alan Baljeu Avatar asked Feb 14 '14 15:02

Alan Baljeu


People also ask

Why is Visual Studio not showing Source Control?

Select Source Control Plugins If you don't see the checkbox for adding to source control – Git or Visual Studio Team Services, you can enable this from Options settings. From the main menu, Tools -> Options and then navigate to. Under the Plug-in Selection, you will find it is already set to “None.

How do I add to Source Control?

On the Source Control Explorer tab, in the Folders pane, select the folder that contains the item or items you want to add. Click the Add Items to Folder button. In the Add to Source Control dialog box, select the folder or items you want to add, and then click Next.

How do I open Source Control?

Open Source Control Explorer You can open the Source Control Explorer window: From the Team Explorer home page (Keyboard: Ctrl + 0, H), choose Source Control Explorer. From the menu bar. Select View, Other Windows, Source Control Explorer.

How do I add Source Control icon in Visual Studio code?

Visual Studio Code and Git Source ControlLaunch VS code, and in the left-hand menu, click on the Source Control icon for Git. It gives two options – Open Folder and Clone Repository. We can open a git repository folder or clone from a GitHub URL.


1 Answers

Try to right click on project in the "Solution Explorer" and click "Go Online..."

like image 104
Vildan Avatar answered Oct 20 '22 04:10

Vildan