git - Is it possible to use Visual Studio Code with Visual Studio Team Services (was TFS Online)? -
i building angularjs/typescript app using visual studio code in mac , great experience far. group of people work using team services source control instead of git. there extension or plugin available visual studio code enables me use visual studio team services?
not it's not possible use tfvc source control system directly. have few options.
- in visual studio team services (the new name of visual studio online/tfs online), can have both tfvc , git repository in same team project.
- you use git tf use git on end, yet push changes tfvc repository. there limitations (as 2 systems not same of course).
Comments
Post a Comment