visual studio code - Run VS-project on OSX -
i want join team member doing web design work in asp.net/c# project.
the project setup in windows environment using tfs source control.
however, work on osx , love able work in project without having setup developing environment using parallels or so.
visual studio code seemed promising , installed tfs plug-in, have no idea how connect project , run on http://localhost.
is there way this?
(i more of designer tech person please bear me , stupid questions :))
thanks!
visual studio code 1 way view code in c#, can't run unless you're in .net core. think may able debug mono, might worth first see if application supported through route. i've heard visual studio available cross-platform sometime in future (which amazing), now, ide available windows.
you can try using monodevelop looks c# ide mac (http://www.monodevelop.com/) , there's xamarin studio (https://www.xamarin.com/studio). see stackoverflow thread.
as tfs, if you're using git, can connect tfs using server remote local repo (or clone tfs instance onto local machine), or can use command-line team explorer everywhere.
Comments
Post a Comment