How to connect TFS in Visual Studio code without Azure Repo

前端 未结 1 1903
一整个雨季
一整个雨季 2021-01-28 18:08

I have just started a project in angular 8 for my work. I am very new to angular. I was suggested to use VS code for development. I have successfully perform the initial install

1条回答
  •  鱼传尺愫
    2021-01-28 18:47

    Team Foundation Server, Azure DevOps Server, Azure DevOps Services, Visual Studio Team Services are essentially the same thing at different points in time and hosted in different locations. The technology is the same. Azure Repos is the 'new' stand alone name for the Git and TFVC repositories in these products. It's also the name of the extension for VSCode to connect to the Git is TFVC repositories in these products. Naming isn't Microsoft's best known skill.

    If your TFS server is configured to use Git, you won't need any extension, git support is built into vscode. The Azure Repos extension will add Pull Request support in Visual Studio Code, but isn't required.

    If your TFS server is configured to use TFVC (Team Foundation Version Control) you'll need to install the Azure Repos extension as well as Team Explorer 2019 or Team Explorer Everywhere.

    All links to download locations in the blog post below:

    • https://jessehouwing.net/azure-devops-connect-any-visual-studio-version/

    0 讨论(0)
提交回复
热议问题