- Home /
Use VS Code and MonoDevelop on the same project with multiple programmers
Hiya Folks, So I'm going to be working on a project with 3 others. They'll be using MonoDevelop, but I had wanted to try out Visual Studio Code. I've already done the research and figured out what I need to do to integrate it, but If I select Visual Studio Code in the preferences in the editor, will that apply to all the other users? I'll be using git.
Answer by TaleOf4Gamers · Jul 05, 2016 at 05:44 PM
It would indeed get updated on the others' Unity's. Perhaps you can simply set it to ignore that file and each programmer simply sets there own preferences?
Yes, I guess that would be the way to do it. I could add the file to the .gitignore, do you know where it would be located?
Try to locate on the root's folder directory. I have one file created for the same purpose. I include ignores for Unity, Visual Studio, $$anonymous$$ono Develop and OSX and Windows files. Git ignore I hope it helps you.