Repro: http://blog.jongallant.com/2014/08/nodejs-visual-studio-azure.html#.U_IqM_9OVaS
Looks like this is an issue with the .gitignore file that’s added in new project when you check “add to source control” on new project creation. There’s one line (“[Dd]ebug/”) that prevents `debug` (one of the submodules) from being added to the git repo – workaround - comment out or remove the unnecessary lines in .gitignore, then git add.
Looks like this is an issue with the .gitignore file that’s added in new project when you check “add to source control” on new project creation. There’s one line (“[Dd]ebug/”) that prevents `debug` (one of the submodules) from being added to the git repo – workaround - comment out or remove the unnecessary lines in .gitignore, then git add.