I have a project setup question...
So we have our main web solution in VisualStudio 2015, hooked up to GitHub. Now I am the only dev with TestStudio access so I would like all the TS files to live inside the same github repo, but not cause issues.
I see there's a VS project type, and that sounds nice, but if I add that will it break the build for the non-TS users, and can I just use the real TS UI desktop app INSTEAD of VS? Or do you just put the TS project into the root folder and let git sync the file changes and keep everything out of VS entirely?
Any info\suggestions people have would seriously help me out here :)
Thanks!
Steve