0

I am working on an Angular 2+ project in Visual Studio 2017 but without a Visual Studio solution or csproj. We're just using the Angular CLI to generate the project serving the app using "ng serve". We are opening the folder in VS by going to File->Open->Folder, which is working well. But we are using TFVC (Team Foundation Version Control - 2015 on premise) as our source contorl and it seems as if when you open a Folder in Visual Studio 2017 it expects you to be using GIT. When I go to the Team Explorer window I only get GIT options.

I've tried:

  • Creating a folder apart form Angular
  • Checking the folder into TFS first before opening in Visual Studio
  • Reconnecting to the TFS server

NOTE: once the Folder is closed I have access to TFS again. I feel like I'm missing something obvious.

Caleb Seadon
  • 684
  • 8
  • 18

1 Answers1

1

Check comments in this article: https://blogs.msdn.microsoft.com/visualstudio/2016/04/12/open-any-folder-with-visual-studio-15-preview/

TFVC not part of preview

macwier
  • 1,063
  • 1
  • 6
  • 19
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/19121609) – Kori John Roys Mar 15 '18 at 16:29
  • @KoriJohnRoys Doesn't the screen provide the essential parts of the answer? – macwier Mar 15 '18 at 17:30
  • 1
    Can you edit the text as text into your answer instead of an image? Would make it a little bit more accessible. – Floern Mar 15 '18 at 22:19